diff options
author | Juan J. Martinez <jjm@usebox.net> | 2022-08-15 07:35:21 +0100 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2022-08-15 07:35:51 +0100 |
commit | 1d9e66cf712c28b00a284e3674e14a4f966c50e8 (patch) | |
tree | 5549cefcdf62db29a3a79c2de7d33c42ec4e4c2a /README.md | |
parent | a9c6c592595d1b893e10c5d682146c003f8ec1c1 (diff) | |
download | micro-lang-hs-1d9e66cf712c28b00a284e3674e14a4f966c50e8.tar.gz micro-lang-hs-1d9e66cf712c28b00a284e3674e14a4f966c50e8.zip |
URL for the project
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -24,6 +24,8 @@ Currently the compiler uses parsec (Monadic parser combinators) following this p * Analyzer; semantic analysis, type-check, fold constant, etc * 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/). + ## How to build it Requires Haskel and Cabal: |