From 739accd5203ecc64470f5a3f756fdadede20d43d Mon Sep 17 00:00:00 2001 From: "Juan J. Martinez" Date: Fri, 2 Sep 2022 07:49:36 +0100 Subject: For completeness --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1d7ecea..7959e0d 100644 --- a/README.md +++ b/README.md @@ -21,8 +21,8 @@ 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: -* Lexer -* Parser +* Lexer; lexical analysis +* Parser; syntax analysis * Analyzer; semantic analysis, type-check, fold constant, etc * Generator: emit intermediate code for the target (e.g. ASM files); (maybe) Intermediate representation -- cgit v1.2.3