|
You are here |
fsharp.github.io | ||
| | | | |
thomascountz.com
|
|
| | | | | [AI summary] The article discusses the development of a markdown-to-HTML compiler called markie, explaining the core steps of compiler architecture including lexical analysis, parsing, and target code emission, with examples using Ruby and real-world applications. | |
| | | | |
bernsteinbear.com
|
|
| | | | | Adding a reader to our Lisp compiler | |
| | | | |
nnethercote.github.io
|
|
| | | | | Like most compilers, rustc (the Rust compiler) has a lexer that breaks source code into tokens, which are small units such as identifiers, literals, operators, and punctuation. The parser then checks that these tokens are present in an order that satisfies Rust's grammar. | |
| | | | |
notes.eatonphil.com
|
|
| | | Writing a lisp compiler from scratch in JavaScript: 1. lisp to assembly | ||