diff options
author | Kimplul <kimi.h.kuparinen@gmail.com> | 2025-08-29 23:00:21 +0300 |
---|---|---|
committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2025-08-29 23:00:21 +0300 |
commit | 9a31a10d18ff5de50b4532a7f461ec97c5880d11 (patch) | |
tree | 0a7f51542d3ecdc3b611bc1789eeace53b597e38 | |
parent | f2fc8861fe241683ccc4bf026fbeeefe6ba1e04e (diff) | |
download | ngc-9a31a10d18ff5de50b4532a7f461ec97c5880d11.tar.gz ngc-9a31a10d18ff5de50b4532a7f461ec97c5880d11.zip |
update README
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |