Commit Graph

15 Commits

Author SHA1 Message Date
c022c91777 Implements complex tables
All checks were successful
continuous-integration/drone/push Build is passing
2019-06-12 15:19:28 +02:00
f4a3918947 Implements return statement
All checks were successful
continuous-integration/drone/push Build is passing
2019-06-07 15:23:13 +02:00
ada2690dcd Rename Diagnostics
Some checks failed
continuous-integration/drone/push Build is failing
2019-06-06 19:01:54 +02:00
bda26b0ddf Allow non-local script functions to be called from outside the script 2019-06-05 18:44:23 +02:00
43dede9ae2 Work to add C style entry points to library that allow most functionality 2019-06-05 17:46:46 +02:00
6206fef4c5 Rework evaluation to use shared pointers, fix bugs 2019-06-01 21:38:39 +02:00
bda561b775 Fixes for creating variable in local scope 2019-05-29 15:10:16 +02:00
f6cf4d96dd Implements variable assignment evaluation 2019-05-29 14:55:03 +02:00
5d1c3ac9ba Implements assignment binding 2019-05-28 17:49:03 +02:00
4a034bc051 Reworked evaluation to use internal type instead of boost::any 2019-05-24 19:14:30 +02:00
d949d9aa8f Work on evaluation 2019-05-23 18:50:09 +02:00
80998eab14 More work on binder, implements basic literal expressions 2019-05-21 20:59:52 +02:00
8f2f122215 Make Diagnostics usage a pointer 2019-05-21 14:15:39 +02:00
2b35da3a7b Add support for diagnostics 2019-05-21 13:56:08 +02:00
ad3e61128c Creates base of script class 2019-05-21 12:59:15 +02:00