From b2cc17cf26e4ee5e327fcbc92fd597ecb15cb75b Mon Sep 17 00:00:00 2001 From: "Juan J. Martinez" Date: Fri, 9 Sep 2022 17:04:00 +0100 Subject: Officially calling it just micro --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index c3d961f..987a1d3 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ -# Micro2 +# Micro This is not necessarily related to [Micro](https://git.usebox.net/micro-lang/about/), but I couldn't find a better name. -Micro2 is a small statically typed toy programming language. +Micro is a small statically typed toy programming language. Objectives: @@ -28,14 +28,14 @@ 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 [micro2 website](https://git.usebox.net/micro2-lang/about/). +For updates, please check [Micro website](https://git.usebox.net/micro2-lang/about/). ## How to build it Requires Haskel and Cabal: ``` -cabal run micro2 +cabal run micro ``` To run the tests use: @@ -50,7 +50,7 @@ TODO ### How does it look like? -This is an example of a micro2 program: +This is an example of a Micro program: ``` def fib(n: u16): u16 { -- cgit v1.2.3