Commit Graph

174 Commits

Author SHA1 Message Date
986d00b1a0 Handle chained function call expressions 2018-12-07 20:15:39 +01:00
77be6fd996 Support single quote strings 2018-12-07 20:15:27 +01:00
2327e18f77 Fixed exception on adding variable to table of which we dont know the context 2018-12-07 20:07:24 +01:00
229fe3bffa Fixed wrong error location reporting 2018-12-07 19:29:09 +01:00
eb1eb81c1b Implements while loops 2018-12-07 19:17:49 +01:00
fa967383d6 Fix for exception when userdata method call does not exist 2018-12-07 18:53:56 +01:00
e8369bb672 Implements math library 2018-12-07 18:51:37 +01:00
f638c25483 Fixes for binding table contents when binder can't be aware of table contents, such as with CSharp calls 2018-12-07 18:23:50 +01:00
bbab802f2d Fixes for binding userdata method types 2018-12-07 18:15:17 +01:00
99ac02924b Handle overloads better 2018-12-07 16:51:17 +01:00
ac05647d71 Reworked script function attribute, added initial math library 2018-12-07 16:11:52 +01:00
9bd82174f2 Implements remainder and exponent operators 2018-12-07 15:29:46 +01:00
f504a8706e Fix null reference error in evaluator 2018-12-07 15:17:24 +01:00
b0450d3bf5 Show file name in error messages, to handle errors from modules easier 2018-12-07 14:51:02 +01:00
edd352e62a Better error reporting if unable to find module 2018-12-07 14:41:19 +01:00
c1da2dd5b7 Fix missing span in bad expression syntax 2018-12-07 14:36:44 +01:00
247ac10f17 Fixed BadExpression throwing exceptions 2018-12-07 14:08:32 +01:00
97968ef491 Fixed removed constructor that was needed for IDEs 2018-12-07 14:05:17 +01:00
e48a89e70d Changed how modules bind so that they can override existing variables 2018-12-07 13:51:43 +01:00
98e5c1c136 Reworked modules, they now should bind properly 2018-12-07 13:49:51 +01:00
1caf8320b3 Fixed issue with no parameter funcs 2018-12-06 16:25:06 +01:00
4054f1d383 Fixed static scope loader not deriving types properly 2018-12-06 16:06:42 +01:00
81cd22ce28 Support for generic Actions 2018-12-06 15:45:19 +01:00
7996420ee5 Fixes for require 2018-12-06 15:32:07 +01:00
520cd1ffcc Initial support for generic funcs 2018-12-05 17:20:28 +01:00
587c8dfff3 Minor cleanup 2018-12-05 15:18:41 +01:00
8034a11fe3 Support for Enums 2018-12-05 15:14:31 +01:00
5b0ce2e52c General fixes tweaks and things 2018-12-03 18:32:27 +01:00
6ba3860e84 Implement number comparison operators 2018-12-03 16:05:14 +01:00
a9f4ef1b65 Bind whether a variable symbol is a creation statement or just changing the variable 2018-12-02 17:26:23 +01:00
07a71129a2 Make a literal expression public 2018-12-01 13:39:39 +01:00
3867ae77ea Support ScriptType as parameter 2018-11-30 16:51:18 +01:00
2a0cce9bac Fixed function parameter type not setting properly when unbound 2018-11-30 16:48:38 +01:00
00178cfa82 Handling for type checking parameters of internal functions 2018-11-30 16:19:25 +01:00
f08d1c2541 Reworked function handling, support for type checking internal CSharp functions 2018-11-30 15:28:36 +01:00
81a6b05b26 Actually pass script reference if requested 2018-11-30 12:09:06 +01:00
1243492453 Adds comments to basic library functions 2018-11-30 12:07:18 +01:00
1f1b8c621e changed parameters for require function 2018-11-30 11:51:22 +01:00
9e27778af1 Support for passing Script reference to functions. useful when options are required for function 2018-11-30 11:31:45 +01:00
3a3ed071d2 Move ScriptFunctions to own namespace 2018-11-30 11:15:52 +01:00
9455b753a0 Resolved UserData not binding proper type when multiple index expressions are chained 2018-11-30 11:12:10 +01:00
a4ad57e3f7 Better support for userdata bound types 2018-11-29 20:45:59 +01:00
4fa0ad9f70 Log error if using full stop indexer on userdata type when the indexer doesn't exist 2018-11-29 19:10:03 +01:00
f983239b5a Bind indexing of userdata 2018-11-29 18:09:08 +01:00
c1f4c8fb37 Fixes tests 2018-11-28 21:28:01 +01:00
af0ff235e1 Fixes script --> C# function calls not working 2018-11-28 21:23:08 +01:00
babbf2875f Type check when calling script function from CSharp 2018-11-28 20:53:45 +01:00
ba82b28ee4 Validate function call parameter types 2018-11-28 16:47:52 +01:00
a64df2ff6b Add spans to parameterTokens 2018-11-28 16:23:45 +01:00
27a7465961 Adds basics for predefined function parameter types 2018-11-28 16:18:56 +01:00