Commit Graph

13 Commits

Author SHA1 Message Date
Torsten Ruger 6ae4b624b0 leaving the name for field defs
so we can reuse that expression
so we can highlight it in the debugger
2015-11-02 20:10:05 +02:00
Torsten Ruger 6710567af9 fix test after syntax changes 2015-10-19 15:21:23 +03:00
Torsten Ruger 7cc7ab5c18 adding condition to if statement
new syntax is if_true( . .. . )
where any string is allowed in case of true
2015-10-19 15:10:38 +03:00
Torsten Ruger ab0a94bd51 change type to class name
although int is still allowed for integers (gets replaced though)
2015-10-14 15:48:53 +03:00
Torsten Ruger dff0e8fab4 fix function definition 2015-10-09 17:28:47 +03:00
Torsten Ruger 6246753c27 add another simple function test 2015-10-06 00:22:18 +03:00
Torsten Ruger 20b6c9b476 fix class functions
some extra tests in the process
2015-09-20 15:51:08 +03:00
Torsten Ruger c331bdd80a fix field default values 2015-09-20 14:43:08 +03:00
Torsten Ruger ea6472c28f rename field to parameter in parameter_list
also field to field_def (wip)
and lots of whitespace due to ws fix
2015-09-20 12:56:06 +03:00
Torsten Ruger be444bc687 add field access with tests 2015-09-20 12:50:06 +03:00
Torsten Ruger 8e07a7568f fix array in if_false 2015-09-19 17:11:15 +03:00
Torsten Ruger 21b652456d fix all the cases, much white noise, array to list, string to sym stuff 2015-09-19 14:53:30 +03:00
Torsten Ruger 22e3c59674 change test framework to use files for in and out (s-exp) 2015-09-18 21:55:02 +03:00