G

G Programming Language
git clone http://git.omkov.net/G
Log | Tree | Refs | README | Download

AuthorJakob Wakeling <[email protected]>
Date2022-04-15 12:28:14
Commitc2c12178e8195a0c613d25d12c276bd9dc385557
Parente2c1b427a4aaf333e66fa7af4529c4f299158368

Update todo list in README

Diffstat

M README.md | 2 +-

1 files changed, 1 insertions, 1 deletions

diff --git a/README.md b/README.md
index 664cb60..8697cdf 100644
--- a/README.md
+++ b/README.md
@@ -65,7 +65,7 @@ command. The second command will output an executable file, *a.out* by default.
 - [ ] Implement reals
 - [ ] Implement arrays
 - [x] Implement expression parsing
-- [ ] Implement expression code generation
+- [x] Implement expression code generation
 - [ ] Implement the *type* type
 - [ ] Implement multiple return values
 - [ ] Implement *defer*