No description
Find a file
Sei Lisa cb66f1ff4e Make if ... else if ... chains iterative, rather than recursive.
Should save some stack if the chain is long.
2014-07-31 05:41:15 +02:00
lslopt Make if ... else if ... chains iterative, rather than recursive. 2014-07-31 05:41:15 +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 Clean up the help a bit, removing unimplemented options. 2014-07-31 02:02:53 +02:00
testfuncs.py Thorough review of lslbasefuncs and associated files, adding new stuff. 2014-07-26 20:54:01 +02:00
testparser.py Test cases for the previous commit 2014-07-31 03:31:42 +02:00