|
|
13ce7a2efa
|
[language] flush literals are now --- instead of empty lines
Empty lines could lead to unexpected flushes, for example when calling another function where empty lines are used for code presentation.
|
2024-04-30 23:06:08 +02:00 |
|
|
|
1ea06c63eb
|
[internal] do block parsing at the same time as expression parsing
|
2024-01-15 17:21:47 +01:00 |
|
|
|
c027c87dc4
|
Reuse a global state with standard library already loaded in tests, and associated branch handling fixes
|
2024-01-08 22:23:50 +01:00 |
|
|
|
51ad18c5a4
|
LuaFunction cleanup: replace by LuaCall
|
2024-01-07 20:31:28 +01:00 |
|
|
|
b004946266
|
Error reporting improvements for functions & overloads
|
2024-01-06 15:14:32 +01:00 |
|
|
|
efb99a9ed7
|
Add for loops
|
2024-01-05 01:36:37 +01:00 |
|
|
|
68a109391f
|
Hide internal nodes from stack trace
|
2024-01-02 15:06:24 +01:00 |
|
|
|
15f29e3bce
|
Undefine _ in attached block
|
2024-01-02 14:35:18 +01:00 |
|
|
|
a85e7ab0af
|
Update tests
|
2024-01-02 00:36:10 +01:00 |
|
|
|
43a745a7a9
|
Final test batch and associated fixes
|
2023-12-31 19:41:14 +01:00 |
|
|
|
2cd910389b
|
Exported variables: no longer add export scope to every function, allow freely access and modifiy variable in function scope
Too many issues with predefining exported variables, and this is more flexible.
|
2023-12-30 23:43:05 +01:00 |
|
|
|
3edf65dc2a
|
Exported variables predefinition: replace prepare system with generic resume system
|
2023-12-30 15:31:00 +01:00 |
|