diff options
Diffstat (limited to 'README.md')
-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 |