11 Commits

Author SHA1 Message Date
c4c3f65074 Faster number lexing, better handling of exceptions in C# code
Some checks failed
continuous-integration/drone/push Build is failing
2019-04-30 15:28:43 +02:00
93e256218d Adds simple string library 2019-02-16 13:30:22 +01:00
b7d01b02f1 Exception throwing when required, and fixes for unit tests 2018-11-26 17:23:56 +01:00
74da87d936 Work on new execution start path 2018-11-26 16:55:10 +01:00
cd04486d16 Adds Unary length operator 2018-11-24 15:11:33 +01:00
2dc59c5f8b Adds tostring and type functions 2018-11-24 14:49:20 +01:00
194e7236c4 Unit tests for ipairs and pairs, as well as changing how they handle null. ipairs now breaks at first nil value, pairs skips it 2018-11-24 14:39:53 +01:00
c63df3c941 Work on standard libraries.
- Allows Standard Libraries to work with actual luatypes, to prevent constant back and forth casting
- adds ipairs function, doesn't do anything except maintain compatibility with lua
- several tests
2018-11-24 13:35:40 +01:00
1928979b40 More unit tests 2018-11-23 13:34:46 +01:00
aae16e8b62 General fixes for Tests 2018-11-23 12:55:28 +01:00
1e9b0e0166 Some initial work on standard libraries 2018-11-21 20:59:27 +01:00