Minimal (?) protype-based language.
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
MaximeBarniaudy 2d4a94013f Move side effect of variable assignment in namespace out of grammar for logic and ease of use reasons před 11 měsíci
.gitignore Ignore more irrelevant stuff. před 1 rokem
Makefile Include libffi in executable. před 1 rokem
README.md Initial commit před 1 rokem
bench-sieve.txt Restore original benchmark size and number of repeats. před 1 rokem
bench.txt Include recent results as comments. před 1 rokem
grammar_parser.meta Move side effect of variable assignment in namespace out of grammar for logic and ease of use reasons před 11 měsíci
minproto.leg Delare Stream object in C code and add primitive for stream string matching. Also refactor the rollback mechanism in the grammar parser to give responsibility to the right object. před 11 měsíci
profile-generate.txt Include profile guided optimisation workload. před 1 rokem
rawMetaGrammar.leg Make grammar_parser.meta use the entire grammar from minproto.leg před 11 měsíci
rawgrammar.leg Move side effect of variable assignment in namespace out of grammar for logic and ease of use reasons před 11 měsíci
rawminproto.leg Remove old unused code, and measure parsing speed před 11 měsíci
test.ref New reference output. před 1 rokem
test.txt Add optional base argument to String.asInteger před 11 měsíci
test2.txt import files před 1 rokem

README.md

minproto

Minimal (?) protype-based language.