Commit Graph

26 Commits

Author SHA1 Message Date
Deukhoofd 066af47b5b
Work on calling CSharp functions from Lua 2018-11-20 12:55:41 +01:00
Deukhoofd d1b1675bba
Added UserData support 2018-11-19 17:22:25 +01:00
Deukhoofd 7d551b6313
Adds assignment to tables 2018-11-19 16:22:13 +01:00
Deukhoofd 86447d0a36
Made strings indexable 2018-11-19 13:53:44 +01:00
Deukhoofd b3b26964cc
More fixes for scope 2018-11-19 12:49:48 +01:00
Deukhoofd 1f57eed3e7
Reworked scope again 2018-11-19 12:17:21 +01:00
Deukhoofd 860f2cc7e5
Lots of work on rewriting functions to allow more functionality 2018-11-18 22:22:30 +01:00
Deukhoofd dd9f5416a0
More work on nesting 2018-11-18 20:20:03 +01:00
Deukhoofd d8f7651de7
work on nested tables, will need some cleanup later 2018-11-18 16:08:20 +01:00
Deukhoofd 3d4e6380ea
Functionality for indexing tables 2018-11-18 14:18:24 +01:00
Deukhoofd a631d3b377
Make LuaTypes internal, and only return the actual values 2018-11-17 12:40:28 +01:00
Deukhoofd f74992e47b
Add parameterized callable functions from CSharp 2018-11-16 14:58:15 +01:00
Deukhoofd 47e2dadb8d
Way better handling of calling functions from CSHarp 2018-11-16 14:46:12 +01:00
Deukhoofd 7c6d847adb
Handle function returns 2018-11-16 13:45:03 +01:00
Deukhoofd da6e95bfac
Resolve function parameter types by checking calls to the function 2018-11-15 20:48:52 +01:00
Deukhoofd d5c8a959fb
Add Function Calling 2018-11-15 20:13:53 +01:00
Deukhoofd 07660b6c46
Implement defining functions 2018-11-15 15:51:05 +01:00
Deukhoofd d6057ae954
Tweaks for tests, allow for grabbing global scope variables 2018-11-14 17:04:04 +01:00
Deukhoofd 7e1edbe3f1
Properly handle scopes 2018-11-14 16:39:52 +01:00
Deukhoofd d34e5c85c7
Renamed Boolean to differentiate from system boolean type 2018-11-14 13:10:24 +01:00
Deukhoofd deefe43d9f
Reworked bound variables into specific LuaType class instead of anonymous objects 2018-11-14 13:09:01 +01:00
Deukhoofd b9aac52476
Handle if else if (else) statements 2018-11-13 15:15:44 +01:00
Deukhoofd 56f3777053
Handle if else statements 2018-11-13 13:54:51 +01:00
Deukhoofd 1aee448999
Handle if statements 2018-11-13 12:48:50 +01:00
Deukhoofd ab61a01573
Handle variables 2018-11-10 17:00:39 +01:00
Deukhoofd 0693698f28
initial commit 2018-11-10 13:11:36 +01:00