mini-c
mini-c copied to clipboard
C to WebAssembly compiler
Removed redundant `try-catch` block.
The current parser only supports basic pointers and function pointers. TODO: - Arrays - Type specifiers/qualifiers, storage specifiers, abstract declarators - E.g. types like ``char * const (*(* const bar)[5])(int...
Add JavaScript as a second compilation target
The current parser is horrible and has a billion dirty fixes to parse a basic C syntax. The rewrite is currently a local WIP of mine and targets C89 for...