21 Commits

Author SHA1 Message Date
21a40fbcbf Update to .NET Core 2.2
Some checks failed
continuous-integration/drone/push Build is failing
2019-04-30 16:32:30 +02:00
f903a3ca58 Better error reporter 2019-01-17 17:48:10 +01:00
7ee230e20c Handle warnings, and add a warning if a function parameter has an unknown type 2018-11-28 10:56:35 +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
d6e18d9b0c Better handling of Static Scope 2018-11-23 13:28:11 +01:00
ea24695128 Fixes binder assigning values to static read only scope 2018-11-23 13:18:49 +01:00
aae16e8b62 General fixes for Tests 2018-11-23 12:55:28 +01:00
df8c7b99c9 Made indexable also work with full stop index 2018-11-20 14:05:34 +01:00
d1b1675bba Added UserData support 2018-11-19 17:22:25 +01:00
d8f7651de7 work on nested tables, will need some cleanup later 2018-11-18 16:08:20 +01:00
6a396d6368 Adds Tables 2018-11-17 19:13:05 +01:00
ca49866c66 Minor tweaks 2018-11-17 15:18:51 +01:00
7beeb713c9 Show full lines in error messages in Ycicle 2018-11-17 14:49:26 +01:00
0f45660a43 Show text line in error messages 2018-11-17 14:20:43 +01:00
c013ed38c6 Fix continuing with previous script scope 2018-11-17 13:05:08 +01:00
a631d3b377 Make LuaTypes internal, and only return the actual values 2018-11-17 12:40:28 +01:00
62ad100aee More logical handling of return values 2018-11-16 14:11:27 +01:00
62f31ef0d3 Fix Ycicle arguments not persisting 2018-11-16 13:55:31 +01:00
07660b6c46 Implement defining functions 2018-11-15 15:51:05 +01:00
deefe43d9f Reworked bound variables into specific LuaType class instead of anonymous objects 2018-11-14 13:09:01 +01:00