summaryrefslogtreecommitdiff
path: root/src/Language/Fiddle/Compiler
Commit message (Collapse)AuthorAge
...
* Start implementing the Stage2 compiler.Josh Rahm2023-01-20
|
* Start working on Stage1 -> Stage2 re-assembler.Josh Rahm2023-01-15
|
* Crude compilation pipeline starting to take shape.Josh Rahm2023-01-09
This simply does a Stage0 -> Stage1 conversion. Namely, parse the text, check for syntax errors, squeeze the resulting ast and ... that's it.