Minimal (?) protype-based language.
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
 
Ian Piumarta 4065107170 String_append(), _appendAll(), and _format() allocate new memory to allow raw pointers to old content to persist. Add PEG operations TEST (fail if function returns false) and RULE2 (call rule in other grammar). PEG instruction's second operand is object not integer. Initialise top level state.variables with empty object in vmRun(). PEG instruction FAIL removes all actions added by its rule. pirms 1 gada
.gitignore Ignore more irrelevant stuff. pirms 1 gada
Makefile Turn off bogus compiler warnings about bounds errors when optimising. pirms 1 gada
README.md Initial commit pirms 1 gada
bench-sieve.txt Remove let keyword in front of local definition. pirms 1 gada
bench.txt Include recent results as comments. pirms 1 gada
minproto.leg String_append(), _appendAll(), and _format() allocate new memory to allow raw pointers to old content to persist. Add PEG operations TEST (fail if function returns false) and RULE2 (call rule in other grammar). PEG instruction's second operand is object not integer. Initialise top level state.variables with empty object in vmRun(). PEG instruction FAIL removes all actions added by its rule. pirms 1 gada
profile-generate.txt Remove let keyword in front of local definition. pirms 1 gada
test.ref New reference output. pirms 1 gada
test.txt New reference output. pirms 1 gada
test2.txt import files pirms 1 gada

README.md

minproto

Minimal (?) protype-based language.