LINKS
changeset 556 40e22ad45744
parent 553 3c040f4a7415
child 557 9ab8a6fc58c0
equal deleted inserted replaced
554:2509c670e3a2 556:40e22ad45744
     1 Compiler courses
     1 Compiler courses
     2 http://www.cse.chalmers.se/edu/year/2017/course/TDA283/lectures/
     2 http://www.cse.chalmers.se/edu/year/2017/course/TDA283/lectures/
     3 http://www.cs.columbia.edu/~sedwards/classes/2017/4115-fall/index.html
     3 http://www.cs.columbia.edu/~sedwards/classes/2017/4115-fall/index.html
     4 http://www.cs.dartmouth.edu/~mckeeman/cs48/index.html
     4 http://www.cs.dartmouth.edu/~mckeeman/cs48/index.html
     5 http://www.cl.cam.ac.uk/teaching/1718/CompConstr/materials.html
     5 http://www.cl.cam.ac.uk/teaching/1718/CompConstr/materials.html
       
     6 http://www.cs.cornell.edu/courses/cs3110/2015fa/index.php#Assignments
       
     7 Magnus
       
     8 http://www.cse.chalmers.se/edu/course/TDA283/
       
     9 Pfenning
       
    10 https://www.cs.cmu.edu/~fp/courses/15411-f14/
       
    11 https://www.cs.cmu.edu/~fp/courses/15411-f13/lectures/
       
    12 https://www.cs.cmu.edu/~fp/courses/15411-f14/lectures/
     6 ===============================
    13 ===============================
       
    14 Selfhosting Lisp compiler for Lua
       
    15 
       
    16 https://github.com/sctb/lumen
       
    17 ============================
       
    18 
     7 
    19 
     8 Pictures from the Starting Forth book
    20 Pictures from the Starting Forth book
     9 
    21 
    10 https://www.forth.com/starting-forth/2-stack-manipulation-operators-arithmetic/
    22 https://www.forth.com/starting-forth/2-stack-manipulation-operators-arithmetic/
    11 
    23