diff options
author | Juan J. Martinez <jjm@usebox.net> | 2022-08-12 23:01:03 +0100 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2022-08-12 23:01:03 +0100 |
commit | a41685b320d9b5e6aa18fc630c3d5e9479195e79 (patch) | |
tree | a7e64329039df391d3db0dde4cd074caa9528716 | |
parent | 77e66d71546cf41e9218e34961bb9a092892e484 (diff) | |
download | micro-lang-hs-a41685b320d9b5e6aa18fc630c3d5e9479195e79.tar.gz micro-lang-hs-a41685b320d9b5e6aa18fc630c3d5e9479195e79.zip |
Typo
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,7 +11,7 @@ Objectives: - (may be) Targeting 8-bit microcomputers (Z80 CPU) - Easy to interact with existing code written in C/ASM - (may be) Targeting WASM -- Fast compilatio +- Fast compilation - Statically typed, small but useful, and reasonably performant (including on the target) ## Current status |