Files @ 17fe648a8934
Branch filter:

Location: CSY/reowolf/cbindgen.toml - annotation

MH
Partial reimplementation of compiler and TypeTable

Every type symbol and its possible polymorphic variables are now
parsed up front and put in the SymbolTable, doing away with the
complicated and error-prone NamespacedIdentifier. Still pending
changes to parts of the compiler and the runtime, so not working
at the moment.
1
2
3
4
5
6
7
language = "C"
header = "/* CBindgen generated */"
include_guard = "REOWOLF_HEADER_DEFINED"
[parse]
parse_deps = false
[enum]
prefix_with_name = true