diff options
author | Juan J. Martinez <jjm@usebox.net> | 2023-12-09 15:07:26 +0000 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2023-12-09 15:07:26 +0000 |
commit | 9ebeada35c00160b19161928be74e44093686985 (patch) | |
tree | ab1c579a960d7dfbfe5248275852c85c5e007440 /README.md | |
parent | 426c987995c8bc11e1815bef36606eda7a6c0e0a (diff) | |
download | micro-lang-hs-9ebeada35c00160b19161928be74e44093686985.tar.gz micro-lang-hs-9ebeada35c00160b19161928be74e44093686985.zip |
Changed URL
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -28,7 +28,7 @@ Currently the compiler uses parsec (Monadic parser combinators) following this p * Backend - Generator: emit intermediate code for the target (e.g. ASM files); (maybe) Intermediate representation -For updates, please check [Micro website](https://git.usebox.net/micro2-lang/about/). +For updates, please check [Micro website](https://git.usebox.net/micro-lang-hs/about/). ## How to build it |