Deukhoofd
|
641b6784c7
|
Support for loading variables from module with require
continuous-integration/drone/push Build is failing
Details
|
2019-08-11 12:32:18 +02:00 |
Deukhoofd
|
c39f3a0884
|
Initial support for require statements
continuous-integration/drone/push Build is failing
Details
|
2019-08-10 16:45:15 +02:00 |
Deukhoofd
|
2f912afe92
|
Setup for making script options non global if desired
continuous-integration/drone/push Build is passing
Details
|
2019-08-10 11:55:45 +02:00 |
Deukhoofd
|
ccc6e297f2
|
Rework of memory handling in Evaluation
continuous-integration/drone/push Build is failing
Details
|
2019-07-27 17:59:42 +02:00 |
Deukhoofd
|
268f6b59fb
|
Removed LastValue variable, as it can be better emulated with basic return values
|
2019-07-27 10:51:24 +02:00 |
Deukhoofd
|
e2a0c35992
|
Large cleanup
continuous-integration/drone/push Build was killed
Details
|
2019-07-25 17:23:54 +02:00 |
Deukhoofd
|
32836c6c58
|
Make a lot of one-liner functions inline
continuous-integration/drone/push Build is failing
Details
|
2019-07-04 19:08:13 +02:00 |
Deukhoofd
|
48224afe45
|
Reduce amount of copies for HashedString for improved performance
continuous-integration/drone/push Build is passing
Details
Signed-off-by: Deukhoofd <deukhoofd@gmail.com>
|
2019-06-25 15:18:36 +02:00 |
Deukhoofd
|
fd83b6b992
|
Implemented copy without state function for script
continuous-integration/drone/push Build is failing
Details
Signed-off-by: Deukhoofd <deukhoofd@gmail.com>
|
2019-06-24 15:35:25 +02:00 |
Deukhoofd
|
97be8cded0
|
More valgrind fixes
Signed-off-by: Deukhoofd <deukhoofd@gmail.com>
|
2019-06-24 15:33:29 +02:00 |
Deukhoofd
|
76b8ba3ebc
|
Initial work on iterators, rework of variable handling by including actual string
continuous-integration/drone/push Build is failing
Details
|
2019-06-23 15:58:14 +02:00 |
Deukhoofd
|
dc35ba4698
|
Support getting line for diagnostic
|
2019-06-18 17:14:18 +02:00 |
Deukhoofd
|
e07d5cb7cb
|
Move Diagnostics to separate namespace
|
2019-06-18 16:39:36 +02:00 |
Deukhoofd
|
fde102d954
|
Added namespaces to most classes, general cleanup
continuous-integration/drone/push Build is failing
Details
|
2019-06-17 18:35:12 +02:00 |
Deukhoofd
|
3dc67ec8a0
|
Move Lexer to u16string handling, for unicode support
continuous-integration/drone/push Build is passing
Details
|
2019-06-15 17:20:27 +02:00 |
Deukhoofd
|
7c345d85e8
|
Work on making userdata work through extern C entry points
continuous-integration/drone/push Build is passing
Details
|
2019-06-14 22:21:33 +02:00 |
Deukhoofd
|
601c4a3f89
|
Always pass the script string around by reference
|
2019-06-13 17:37:23 +02:00 |
Deukhoofd
|
22149d9243
|
Fixes for return statement, make Evaluate function on script return value
continuous-integration/drone/push Build was killed
Details
|
2019-06-12 18:45:47 +02:00 |
Deukhoofd
|
c022c91777
|
Implements complex tables
continuous-integration/drone/push Build is passing
Details
|
2019-06-12 15:19:28 +02:00 |
Deukhoofd
|
f4a3918947
|
Implements return statement
continuous-integration/drone/push Build is passing
Details
|
2019-06-07 15:23:13 +02:00 |
Deukhoofd
|
ada2690dcd
|
Rename Diagnostics
continuous-integration/drone/push Build is failing
Details
|
2019-06-06 19:01:54 +02:00 |
Deukhoofd
|
bda26b0ddf
|
Allow non-local script functions to be called from outside the script
|
2019-06-05 18:44:23 +02:00 |
Deukhoofd
|
43dede9ae2
|
Work to add C style entry points to library that allow most functionality
|
2019-06-05 17:46:46 +02:00 |
Deukhoofd
|
6206fef4c5
|
Rework evaluation to use shared pointers, fix bugs
|
2019-06-01 21:38:39 +02:00 |
Deukhoofd
|
bda561b775
|
Fixes for creating variable in local scope
|
2019-05-29 15:10:16 +02:00 |
Deukhoofd
|
f6cf4d96dd
|
Implements variable assignment evaluation
|
2019-05-29 14:55:03 +02:00 |
Deukhoofd
|
5d1c3ac9ba
|
Implements assignment binding
|
2019-05-28 17:49:03 +02:00 |
Deukhoofd
|
4a034bc051
|
Reworked evaluation to use internal type instead of boost::any
|
2019-05-24 19:14:30 +02:00 |
Deukhoofd
|
d949d9aa8f
|
Work on evaluation
|
2019-05-23 18:50:09 +02:00 |
Deukhoofd
|
80998eab14
|
More work on binder, implements basic literal expressions
|
2019-05-21 20:59:52 +02:00 |
Deukhoofd
|
8f2f122215
|
Make Diagnostics usage a pointer
|
2019-05-21 14:15:39 +02:00 |
Deukhoofd
|
2b35da3a7b
|
Add support for diagnostics
|
2019-05-21 13:56:08 +02:00 |
Deukhoofd
|
ad3e61128c
|
Creates base of script class
|
2019-05-21 12:59:15 +02:00 |