aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuan J. Martinez <jjm@usebox.net>2022-09-02 08:00:12 +0100
committerJuan J. Martinez <jjm@usebox.net>2022-09-02 08:00:12 +0100
commita5633563e9bb579ed10cb7d6d43676485c13b1fb (patch)
tree142f1dce916932f1634f85d028de0492523800f9
parent424f4aa3d8cca020cb89cc8ba9ad891e18686b11 (diff)
downloadmicro-lang-hs-a5633563e9bb579ed10cb7d6d43676485c13b1fb.tar.gz
micro-lang-hs-a5633563e9bb579ed10cb7d6d43676485c13b1fb.zip
Formatting
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index dc702e0..40f8c00 100644
--- a/README.md
+++ b/README.md
@@ -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/).