Minimal (?) protype-based language.
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.
 
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 місяці тому
.gitignore Ignore more irrelevant stuff. 1 рік тому
Makefile Enable profiling when poducing release binary. 11 місяці тому
README.md Initial commit 1 рік тому
bench-sieve.txt Remove let keyword in front of local definition. 11 місяці тому
bench.txt Include recent results as comments. 1 рік тому
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 місяці тому
profile-generate.txt Remove let keyword in front of local definition. 11 місяці тому
test.ref New reference output. 1 рік тому
test.txt New reference output. 1 рік тому
test2.txt import files 1 рік тому

README.md

minproto

Minimal (?) protype-based language.