Minimal (?) protype-based language.
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
 
MaximeBarniaudy 959c34b7b2 Remove old unused code, and measure parsing speed vor 11 Monaten
.gitignore Ignore more irrelevant stuff. vor 1 Jahr
Makefile Turn off bogus compiler warnings about bounds errors when optimising. vor 10 Monaten
README.md Initial commit vor 1 Jahr
bench-sieve.txt bench-sieve.txt repeates 200 times. vor 10 Monaten
bench.txt Include recent results as comments. vor 1 Jahr
grammar_parser.meta Remove old unused code, and measure parsing speed vor 10 Monaten
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. vor 10 Monaten
profile-generate.txt Remove let keyword in front of local definition. vor 11 Monaten
rawMetaGrammar.leg Make grammar_parser.meta use the entire grammar from minproto.leg vor 10 Monaten
rawgrammar.leg Fix errors after SetVar behavior change and let removal vor 10 Monaten
rawminproto.leg Remove old unused code, and measure parsing speed vor 10 Monaten
test.ref New reference output. vor 11 Monaten
test.txt Add optional base argument to String.asInteger vor 10 Monaten
test2.txt import files vor 1 Jahr

README.md

minproto

Minimal (?) protype-based language.