mini-c icon indicating copy to clipboard operation
mini-c copied to clipboard

C to WebAssembly compiler

Results 4 mini-c issues
Sort by recently updated
recently updated
newest added

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...

help wanted

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...