Minimal (?) protype-based language.
Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
MaximeBarniaudy 16af5df48f add do-while and f-string dynamic addition proofs of concepts há 1 ano
.gitignore Ignore more irrelevant stuff. há 1 ano
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. há 1 ano
README.md Initial commit há 1 ano
bench-sieve.txt bench-sieve.txt repeates 200 times. há 1 ano
bench.txt Include recent results as comments. há 1 ano
dowhile.meta add do-while and f-string dynamic addition proofs of concepts há 1 ano
fstring.meta add do-while and f-string dynamic addition proofs of concepts há 1 ano
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. há 1 ano
minproto.grammar add do-while and f-string dynamic addition proofs of concepts há 1 ano
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. há 1 ano
profile-generate.txt Remove let keyword in front of local definition. há 1 ano
rawMetaGrammar.leg Make grammar_parser.meta use the entire grammar from minproto.leg há 1 ano
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. há 1 ano
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. há 1 ano
test.ref New reference output. há 1 ano
test.txt Add optional base argument to String.asInteger há 1 ano
test2.txt import files há 1 ano

README.md

minproto

Minimal (?) protype-based language.