C compiler with embedded metalanguage.
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 
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 3 лет назад
.gitignore Add AUTHORS and .gitignore 3 лет назад
AUTHORS Add AUTHORS and .gitignore 3 лет назад
LICENSE Initial commit 3 лет назад
Makefile Makefile has target "test". Add reference output for test. 3 лет назад
README.md Initial commit 3 лет назад
buffer.h Initial import of framework. 3 лет назад
ccmeta-test.ref semicolons are reproduced in output; remove bogus identifiers 3 лет назад
ccmeta-test.txt semicolons are reproduced in output; remove bogus identifiers 3 лет назад
ccmeta.leg fix int and float constants to keep original text; print tokens properly; implement C_declaration; implement nested list building in the parser 3 лет назад
object.c New tests, Constants OK? TODO : figure out isInteger 3 лет назад

README.md

ccmeta

C compiler with embedded metalanguage.