C compiler with embedded metalanguage.
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 
 
Ian Piumarta 2cd0cbefaf fix int and float constants to keep original text; print tokens properly; implement C_declaration; implement nested list building in the parser hace 3 años
.gitignore Add AUTHORS and .gitignore hace 3 años
AUTHORS Add AUTHORS and .gitignore hace 3 años
LICENSE Initial commit hace 3 años
Makefile Makefile has target "test". Add reference output for test. hace 3 años
README.md Initial commit hace 3 años
buffer.h Initial import of framework. hace 3 años
ccmeta-test.ref semicolons are reproduced in output; remove bogus identifiers hace 3 años
ccmeta-test.txt semicolons are reproduced in output; remove bogus identifiers hace 3 años
ccmeta.leg fix int and float constants to keep original text; print tokens properly; implement C_declaration; implement nested list building in the parser hace 3 años
object.c New tests, Constants OK? TODO : figure out isInteger hace 3 años

README.md

ccmeta

C compiler with embedded metalanguage.