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 16af5df48f add do-while and f-string dynamic addition proofs of concepts před 1 rokem
.gitignore Ignore more irrelevant stuff. před 1 rokem
Makefile Add emitByteCode functions to support using the peg VM, add support for @ actions, automatically generate the minproto.grammar file from minproto.leg and use that in the parser generator. Fix issue with backslashes being stupid. před 1 rokem
README.md Initial commit před 1 rokem
bench-sieve.txt bench-sieve.txt repeates 200 times. před 1 rokem
bench.txt Include recent results as comments. před 1 rokem
dowhile.meta add do-while and f-string dynamic addition proofs of concepts před 1 rokem
fstring.meta add do-while and f-string dynamic addition proofs of concepts před 1 rokem
grammar_parser.meta Add emitByteCode functions to support using the peg VM, add support for @ actions, automatically generate the minproto.grammar file from minproto.leg and use that in the parser generator. Fix issue with backslashes being stupid. před 1 rokem
minproto.grammar add do-while and f-string dynamic addition proofs of concepts před 1 rokem
minproto.leg Add emitByteCode functions to support using the peg VM, add support for @ actions, automatically generate the minproto.grammar file from minproto.leg and use that in the parser generator. Fix issue with backslashes being stupid. před 1 rokem
profile-generate.txt Remove let keyword in front of local definition. před 1 rokem
rawMetaGrammar.leg Make grammar_parser.meta use the entire grammar from minproto.leg před 1 rokem
rawgrammar.leg Add emitByteCode functions to support using the peg VM, add support for @ actions, automatically generate the minproto.grammar file from minproto.leg and use that in the parser generator. Fix issue with backslashes being stupid. před 1 rokem
rawminproto.leg Add emitByteCode functions to support using the peg VM, add support for @ actions, automatically generate the minproto.grammar file from minproto.leg and use that in the parser generator. Fix issue with backslashes being stupid. před 1 rokem
test.ref New reference output. před 1 rokem
test.txt Add optional base argument to String.asInteger před 1 rokem
test2.txt import files před 1 rokem

README.md

minproto

Minimal (?) protype-based language.