Ginkgo icon indicating copy to clipboard operation
Ginkgo copied to clipboard

A toy C compiler that compatible with C23 and can do limited optimizations

Results 1 Ginkgo issues
Sort by recently updated
recently updated
newest added

The C grammar defined in the C23 standard is difficult to be parsed using the bison-generated LALR parser. So I decide to rewrite the front end using recursive down algorithm....

enhancement