aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJuan J. Martinez <jjm@usebox.net>2022-08-15 07:35:21 +0100
committerJuan J. Martinez <jjm@usebox.net>2022-08-15 07:35:51 +0100
commit1d9e66cf712c28b00a284e3674e14a4f966c50e8 (patch)
tree5549cefcdf62db29a3a79c2de7d33c42ec4e4c2a /README.md
parenta9c6c592595d1b893e10c5d682146c003f8ec1c1 (diff)
downloadmicro-lang-hs-1d9e66cf712c28b00a284e3674e14a4f966c50e8.tar.gz
micro-lang-hs-1d9e66cf712c28b00a284e3674e14a4f966c50e8.zip
URL for the project
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 4e26eeb..a4ab9be 100644
--- a/README.md
+++ b/README.md
@@ -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: