No description
Find a file
Sei Lisa a46c5463eb Add 'allowmultistrings' option.
This option enables a C-style feature where strings can be composed by juxtaposing them, like this: "blah" "another" in the input program becomes "blahanother" in the output.
2014-07-26 03:44:48 +02:00
lslopt Add 'allowmultistrings' option. 2014-07-26 03:44:48 +02:00
.gitignore Meta - add .gitignore 2014-07-26 03:06:33 +02:00
builtins.txt Add current builtins.txt, which is needed to execute. 2014-07-26 03:13:07 +02:00
builtins.txt.dat Add the unit testing files. 2014-07-26 03:18:02 +02:00
main.py Initial commit. Status so far: 2014-07-26 02:43:44 +02:00
testfuncs.py Add the unit testing files. 2014-07-26 03:18:02 +02:00
testparser.py Add the unit testing files. 2014-07-26 03:18:02 +02:00