code / tomo

Lines41.3K C23.7K Markdown9.7K YAML5.0K Tomo2.3K
7 others 763
Python231 Shell230 make212 INI47 Text21 SVG16 Lua6
(8 lines)
1 // A context parameter that gets passed around during parsing.
3 #include "../stdlib/memory.h"
4 #include "../stdlib/pointers.h"
5 #include "../stdlib/tables.h"
6 #include "../stdlib/types.h"
8 const TypeInfo_t *parse_comments_info = Table$info(Pointer$info("@", &Memory$info), Pointer$info("@", &Memory$info));