diff options
author | Juan J. Martinez <jjm@usebox.net> | 2022-09-02 08:00:12 +0100 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2022-09-02 08:00:12 +0100 |
commit | a5633563e9bb579ed10cb7d6d43676485c13b1fb (patch) | |
tree | 142f1dce916932f1634f85d028de0492523800f9 /README.md | |
parent | 424f4aa3d8cca020cb89cc8ba9ad891e18686b11 (diff) | |
download | micro-lang-hs-a5633563e9bb579ed10cb7d6d43676485c13b1fb.tar.gz micro-lang-hs-a5633563e9bb579ed10cb7d6d43676485c13b1fb.zip |
Formatting
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -22,11 +22,11 @@ Check the [language spec](language.md) for a taste of what is planned. Currently the compiler uses parsec (Monadic parser combinators) following this planned pipeline: * Frontend - - Lexer; lexical analysis - - Parser; syntax analysis - - Analyzer; semantic analysis, type-check, fold constant, etc + - Lexer; lexical analysis + - Parser; syntax analysis + - Analyzer; semantic analysis, type-check, fold constant, etc * Backend - - Generator: emit intermediate code for the target (e.g. ASM files); (maybe) Intermediate representation + - Generator: emit intermediate code for the target (e.g. ASM files); (maybe) Intermediate representation For updates, please check [micro2 website](https://git.usebox.net/micro2-lang/about/). |