Minimal (?) protype-based language.
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
MaximeBarniaudy 16af5df48f add do-while and f-string dynamic addition proofs of concepts hace 1 año
.gitignore Ignore more irrelevant stuff. hace 1 año
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. hace 1 año
README.md Initial commit hace 1 año
bench-sieve.txt bench-sieve.txt repeates 200 times. hace 1 año
bench.txt Include recent results as comments. hace 1 año
dowhile.meta add do-while and f-string dynamic addition proofs of concepts hace 1 año
fstring.meta add do-while and f-string dynamic addition proofs of concepts hace 1 año
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. hace 1 año
minproto.grammar add do-while and f-string dynamic addition proofs of concepts hace 1 año
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. hace 1 año
profile-generate.txt Remove let keyword in front of local definition. hace 1 año
rawMetaGrammar.leg Make grammar_parser.meta use the entire grammar from minproto.leg hace 1 año
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. hace 1 año
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. hace 1 año
test.ref New reference output. hace 1 año
test.txt Add optional base argument to String.asInteger hace 1 año
test2.txt import files hace 1 año

README.md

minproto

Minimal (?) protype-based language.