C compiler with embedded metalanguage.
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
 
 
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 4 lat temu
.gitignore Add AUTHORS and .gitignore 4 lat temu
AUTHORS Add AUTHORS and .gitignore 4 lat temu
LICENSE Initial commit 4 lat temu
Makefile Makefile has target "test". Add reference output for test. 4 lat temu
README.md Initial commit 4 lat temu
buffer.h Initial import of framework. 4 lat temu
ccmeta-test.ref semicolons are reproduced in output; remove bogus identifiers 4 lat temu
ccmeta-test.txt semicolons are reproduced in output; remove bogus identifiers 4 lat temu
ccmeta.leg fix int and float constants to keep original text; print tokens properly; implement C_declaration; implement nested list building in the parser 4 lat temu
object.c New tests, Constants OK? TODO : figure out isInteger 4 lat temu

README.md

ccmeta

C compiler with embedded metalanguage.