Minimal (?) protype-based language.
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
 
MaximeBarniaudy 16af5df48f add do-while and f-string dynamic addition proofs of concepts 1 år sedan
.gitignore Ignore more irrelevant stuff. 1 år sedan
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. 1 år sedan
README.md Initial commit 1 år sedan
bench-sieve.txt bench-sieve.txt repeates 200 times. 1 år sedan
bench.txt Include recent results as comments. 1 år sedan
dowhile.meta add do-while and f-string dynamic addition proofs of concepts 1 år sedan
fstring.meta add do-while and f-string dynamic addition proofs of concepts 1 år sedan
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. 1 år sedan
minproto.grammar add do-while and f-string dynamic addition proofs of concepts 1 år sedan
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. 1 år sedan
profile-generate.txt Remove let keyword in front of local definition. 1 år sedan
rawMetaGrammar.leg Make grammar_parser.meta use the entire grammar from minproto.leg 1 år sedan
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. 1 år sedan
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. 1 år sedan
test.ref New reference output. 1 år sedan
test.txt Add optional base argument to String.asInteger 1 år sedan
test2.txt import files 1 år sedan

README.md

minproto

Minimal (?) protype-based language.