| 550 |      1 | Compiler courses
 | 
|  |      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
 | 
|  |      4 | http://www.cs.dartmouth.edu/~mckeeman/cs48/index.html
 | 
| 553 |      5 | http://www.cl.cam.ac.uk/teaching/1718/CompConstr/materials.html
 | 
| 550 |      6 | ===============================
 | 
|  |      7 | 
 | 
|  |      8 | Pictures from the Starting Forth book
 | 
| 546 |      9 | 
 | 
|  |     10 | https://www.forth.com/starting-forth/2-stack-manipulation-operators-arithmetic/
 | 
|  |     11 | 
 | 
|  |     12 | --------------------------------
 | 
| 550 |     13 | Java Byte Code for SCALA
 | 
|  |     14 | https://www.toptal.com/scala/scala-bytecode-and-the-jvm
 | 
| 546 |     15 | 
 | 
| 550 |     16 | ------------------
 | 
| 546 |     17 | Yeti - ML for the JVM
 | 
|  |     18 | https://mth.github.io/yeti/
 | 
|  |     19 | http://dot.planet.ee/yeti/intro.html
 | 
|  |     20 | 
 | 
| 550 |     21 | ------------------
 | 
|  |     22 | Ocaml for LLVM
 | 
|  |     23 | https://github.com/artagnon/rhine-ml 
 | 
|  |     24 | 
 | 
|  |     25 | ---------------
 | 
|  |     26 | Type inference 
 | 
|  |     27 | http://www.calebh.io/Type-Inference-by-Solving-Constraints/
 | 
|  |     28 | 
 | 
|  |     29 | 
 | 
| 546 |     30 | 
 | 
|  |     31 | JVM languages
 | 
|  |     32 | https://en.wikipedia.org/wiki/List_of_JVM_languages
 | 
|  |     33 | https://www.codeproject.com/Articles/50377/Create-Your-Own-Programming-Language
 | 
|  |     34 | 
 | 
|  |     35 | 
 | 
|  |     36 | Scheme
 | 
|  |     37 | https://wespiser.com/writings/wyas/home.html
 | 
|  |     38 | http://peter.michaux.ca/index#Scheme
 | 
|  |     39 | 
 | 
|  |     40 | 
 | 
|  |     41 | 
 | 
| 476 |     42 | assmebly (calculator RPN)
 | 
|  |     43 | 
 | 
|  |     44 | https://dere.github.io/2017-02-12/beginners-assembly-part1/
 | 
|  |     45 | 
 | 
|  |     46 | 
 | 
| 477 |     47 | webassembly
 | 
|  |     48 | https://sourceware.org/ml/binutils/2017-03/msg00044.html
 | 
|  |     49 | https://hacks.mozilla.org/2017/02/a-cartoon-intro-to-webassembly/
 | 
| 495 |     50 | https://webassembly.github.io/spec/
 | 
| 477 |     51 | 
 | 
|  |     52 | webassembly explorer
 | 
|  |     53 | https://mbebenita.github.io/WasmExplorer/
 | 
|  |     54 | 
 | 
| 495 |     55 | ARM
 | 
|  |     56 | https://azeria-labs.com/writing-arm-assembly-part-1/
 | 
| 477 |     57 | 
 | 
| 495 |     58 | JVM
 | 
|  |     59 | https://www.toptal.com/scala/scala-bytecode-and-the-jvm
 | 
|  |     60 | 
 | 
|  |     61 | Growing a compiler
 | 
|  |     62 | http://www.cs.dartmouth.edu/~mckeeman/cs48/mxcom/gem/html/GrowingCompiler.html
 | 
| 477 |     63 | 
 | 
|  |     64 | free books
 | 
|  |     65 | https://github.com/vhf/free-programming-books/blob/master/free-programming-books.md
 | 
| 495 |     66 | https://john.cs.olemiss.edu/~hcc/csci658/notes/Free_Prog_Lang_Textbooks.html
 | 
|  |     67 | 
 | 
|  |     68 | MIPS
 | 
|  |     69 | http://courses.missouristate.edu/kenvollmar/mars/
 | 
|  |     70 | 
 | 
|  |     71 | PEG
 | 
|  |     72 | 
 | 
|  |     73 | https://github.com/taocpp/PEGTL
 | 
|  |     74 | 
 | 
|  |     75 | 
 | 
|  |     76 | Parser
 | 
|  |     77 | https://www.reddit.com/r/programming/comments/615hoz/how_to_write_a_recursive_descent_parser/
 | 
|  |     78 | https://www.reddit.com/r/ProgrammingLanguages/comments/60gmgc/writing_a_recursive_descent_expression_parser/
 | 
|  |     79 | http://www.craftinginterpreters.com/parsing-expressions.html
 | 
|  |     80 | 
 | 
|  |     81 | 
 | 
|  |     82 | small languages
 | 
|  |     83 | https://github.com/Michael2109/cobalt
 | 
|  |     84 | http://www.red-lang.org/p/about.html
 | 
|  |     85 | http://craftinginterpreters.com/contents.html
 | 
|  |     86 | https://michaelhaywoodblog.wordpress.com
 | 
|  |     87 | https://ruslanspivak.com/lsbasi-part1/
 | 
|  |     88 | http://selfie.cs.uni-salzburg.at
 | 
| 550 |     89 | https://academy.realm.io/posts/tryswift-samuel-giddins-building-tiny-compiler-swift-ios/
 | 
|  |     90 | https://legacy.gitbook.com/book/luxlang/the-lux-programming-language/details
 | 
|  |     91 | https://github.com/rhysd/gocaml
 | 
|  |     92 | https://github.com/aalhour/awesome-compilers#educational-and-toy-projects
 | 
|  |     93 | https://rsms.me/hue-intro
 | 
| 495 |     94 | 
 | 
|  |     95 | 
 | 
|  |     96 | automata
 | 
|  |     97 | https://www7.in.tum.de/um/courses/auto/ws1314/script/autonotes.pdf
 | 
|  |     98 | 
 | 
|  |     99 | Reges helpers
 | 
|  |    100 | https://regex101.com
 | 
|  |    101 | http://www.regular-expressions.info/tutorial.html
 | 
|  |    102 | 
 | 
|  |    103 | 
 | 
|  |    104 | Regex performance benchmark
 | 
|  |    105 | https://rust-leipzig.github.io/regex/2017/03/28/comparison-of-regex-engines/
 | 
|  |    106 | https://github.com/k-takata/Onigmo
 | 
|  |    107 | 
 | 
|  |    108 | Sulzmann
 | 
|  |    109 | https://github.com/pippijn/dreml/
 | 
|  |    110 | 
 | 
|  |    111 | 
 | 
|  |    112 | Scala parser
 | 
|  |    113 | http://enear.github.io/2016/03/31/parser-combinators/
 | 
|  |    114 | 
 | 
|  |    115 | 
 | 
|  |    116 | ANTLR megatutorial
 | 
|  |    117 | https://tomassetti.me/antlr-mega-tutorial/
 | 
|  |    118 | 
 | 
|  |    119 | From regex to LLVM
 | 
|  |    120 | https://www.youtube.com/watch?v=Ukqb6nMjFyk
 | 
|  |    121 | 
 | 
|  |    122 | 
 | 
|  |    123 | 
 | 
|  |    124 | 
 | 
|  |    125 | Static code analysis
 | 
| 550 |    126 | https://medium.com/@Coder_HarryLee/videos-about-static-code-analysis-7654b40f9a3b
 | 
|  |    127 | 
 | 
|  |    128 | 
 | 
|  |    129 | Brainfuck compiler
 | 
|  |    130 | https://github.com/PurpleMyst/bf_compiler
 | 
|  |    131 | https://www.reddit.com/r/programming/comments/8371tk/a_brainfuck_to_llvm_ir_compiler_written_in_python/
 | 
|  |    132 | http://www.wilfred.me.uk/blog/2015/02/21/my-first-llvm-compiler/
 | 
|  |    133 | 
 | 
|  |    134 | ===============================
 | 
|  |    135 | A simple recursive regular expression matcher written in Scala.
 | 
|  |    136 | https://github.com/marconilanna/RegexMatcher
 | 
|  |    137 | 
 | 
|  |    138 | ===============================
 | 
|  |    139 | A neat little tool to build presentations using the Scala REPL
 | 
|  |    140 | https://github.com/marconilanna/REPLesent
 | 
|  |    141 | 
 | 
|  |    142 | 
 | 
|  |    143 | ======================
 | 
|  |    144 | Minimal Static Single Assignment Form
 | 
|  |    145 | Max Wagner and Denis Lohner
 | 
|  |    146 | 
 | 
|  |    147 | This formalization is an extension to "Verified Construction of Static Single 
 | 
|  |    148 | Assignment Form". In their work, the authors have shown that Braun et al.'s 
 | 
|  |    149 | static single assignment (SSA) construction algorithm produces minimal SSA form 
 | 
|  |    150 | for input programs with a reducible control flow graph (CFG). However Braun et 
 | 
|  |    151 | al. also proposed an extension to their algorithm that they claim produces 
 | 
|  |    152 | minimal SSA form even for irreducible CFGs.
 | 
|  |    153 | In this formalization we support that claim by giving a mechanized proof.
 | 
|  |    154 | 
 | 
|  |    155 | As the extension of Braun et al.'s algorithm aims for removing so-called 
 | 
|  |    156 | redundant strongly connected components of phi functions, we show that this 
 | 
|  |    157 | suffices to guarantee minimality according to Cytron et al..
 | 
|  |    158 | 
 | 
|  |    159 | https://www.isa-afp.org/entries/Minimal_SSA.shtml
 | 
|  |    160 | 
 | 
|  |    161 | 
 | 
| 553 |    162 | =========================
 | 
|  |    163 | How Clang compiles a function
 | 
|  |    164 | https://blog.regehr.org/archives/1605 |