PorygonLang/src
Deukhoofd f4277d47c3
continuous-integration/drone/push Build is passing Details
extern C entry point to check if NumericEvalValue is float or int
2019-09-22 13:30:25 +02:00
..
Binder Fix issues with casting when type is the same. 2019-09-19 14:54:18 +02:00
Diagnostics Large rework of tables 2019-09-15 13:08:11 +02:00
Evaluator extern C entry point to check if NumericEvalValue is float or int 2019-09-22 13:30:25 +02:00
Parser Speed up parser by allocating more space for its statements initially. 2019-09-21 09:52:22 +02:00
ScriptTypes Extern support for getting data from Table EvalValues 2019-09-22 11:11:22 +02:00
StandardLibraries Support Any type in function parameters 2019-09-12 13:26:59 +02:00
UserData Dont allow setting to a userdata field if it has no setter 2019-09-20 18:15:48 +02:00
Utilities Some fixes for statements to string, added more tests 2019-09-05 12:22:10 +02:00
EvaluateResult.hpp Support for Windows builds 2019-08-11 16:05:14 +02:00
Exception.hpp Allows userdata binary operations to be set externally 2019-09-12 15:21:10 +02:00
Script.cpp Fix modules without return type throwing segmentation fault 2019-09-12 21:50:48 +02:00
Script.hpp Fix modules without return type throwing segmentation fault 2019-09-12 21:50:48 +02:00
ScriptOptions.cpp Improvements for extern C scriptoptions calling 2019-08-24 18:52:11 +02:00
ScriptOptions.hpp Improvements for extern C scriptoptions calling 2019-08-24 18:52:11 +02:00