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.
 
Ian Piumarta 1ea2557f7e Fix digitValue() and reading of numerical escaped characters in strings. Indexing a string always returns an unsigned char value. Add PEG VM and corresponding primitive __match__(). 11 månader sedan
.gitignore Ignore more irrelevant stuff. 1 år sedan
Makefile Enable profiling when poducing release binary. 11 månader sedan
README.md Initial commit 1 år sedan
bench-sieve.txt Remove let keyword in front of local definition. 11 månader sedan
bench.txt Include recent results as comments. 1 år sedan
minproto.leg Fix digitValue() and reading of numerical escaped characters in strings. Indexing a string always returns an unsigned char value. Add PEG VM and corresponding primitive __match__(). 11 månader sedan
profile-generate.txt Remove let keyword in front of local definition. 11 månader sedan
test.ref New reference output. 1 år sedan
test.txt New reference output. 1 år sedan
test2.txt import files 1 år sedan

README.md

minproto

Minimal (?) protype-based language.