From a5633563e9bb579ed10cb7d6d43676485c13b1fb Mon Sep 17 00:00:00 2001 From: "Juan J. Martinez" Date: Fri, 2 Sep 2022 08:00:12 +0100 Subject: Formatting --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'README.md') 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/). -- cgit v1.2.3