aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKimplul <kimi.h.kuparinen@gmail.com>2025-08-29 23:00:21 +0300
committerKimplul <kimi.h.kuparinen@gmail.com>2025-08-29 23:00:21 +0300
commit9a31a10d18ff5de50b4532a7f461ec97c5880d11 (patch)
tree0a7f51542d3ecdc3b611bc1789eeace53b597e38
parentf2fc8861fe241683ccc4bf026fbeeefe6ba1e04e (diff)
downloadngc-9a31a10d18ff5de50b4532a7f461ec97c5880d11.tar.gz
ngc-9a31a10d18ff5de50b4532a7f461ec97c5880d11.zip
update README
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index eeecaad..46e2366 100644
--- a/README.md
+++ b/README.md
@@ -36,9 +36,9 @@ your C.
# Current status
-Just enough working that `example_vec/new/vec.h` generates useful code. I
-recently got a bit interested in this idea again so I might implement some more
-features in the near future, probably starting with supertemplates.
+Templates, supertemplates and value arguments are supported (at least
+partially). See `tests/xok` for what currently works. Traits would probably be
+the next thing to implement.
Line numbering gets a bit messed up sometimes, I should actually parse the
linemarkers that `gcc` outputs. TODO (although preferably this functionality