LINKS
changeset 621 cf287db8dc15
parent 620 558f911f7802
child 744 99c5916d9a8f
equal deleted inserted replaced
620:558f911f7802 621:cf287db8dc15
    49 ===============================
    49 ===============================
    50 Compiler book links
    50 Compiler book links
    51 https://www.reddit.com/r/ProgrammingLanguages/comments/9k2hfd/introduction_to_compilers_and_language_design/
    51 https://www.reddit.com/r/ProgrammingLanguages/comments/9k2hfd/introduction_to_compilers_and_language_design/
    52 
    52 
    53 http://www.craftinginterpreters.com
    53 http://www.craftinginterpreters.com
       
    54 podcast by author of above
       
    55   https://corecursive.com/032-bob-nystrom-on-building-an-interpreter/#
       
    56 
    54 
    57 
    55 Book about SSA
    58 Book about SSA
    56 http://ssabook.gforge.inria.fr/latest/book-full.pdf
    59 http://ssabook.gforge.inria.fr/latest/book-full.pdf
    57 
    60 
    58 http://cs.lmu.edu/~ray/notes/ir/
    61 http://cs.lmu.edu/~ray/notes/ir/