Commit Graph

14 Commits

Author SHA1 Message Date
Moritz Hölting 6dde4b41c1 allow marking return value from lua as containing macro 2025-03-15 00:22:33 +01:00
Moritz Hölting 7290806a2b fix compile error when compiling without shulkerbox feature 2025-03-14 13:20:24 +01:00
Moritz Hölting e4c06e56ee allow passing some variables into lua 2025-03-14 12:51:17 +01:00
Moritz Hölting cebe3e9cb0 implement dynamic (scoreboard, storages) values passed in as macro parameters
- does not compile without the 'shulkerbox' feature enabled
2025-03-12 23:37:32 +01:00
Moritz Hölting 5740172ddb implement more missing functionality marked with todo! 2025-03-12 13:38:27 +01:00
Moritz Hölting 6179bebbf0 remove unnecessary RwLocks in Transpiler 2024-11-15 10:42:52 +01:00
Moritz Hölting cd350c538e remove debug statement in lua handling 2024-11-09 15:24:58 +01:00
Moritz Hölting 8d359f9969 update mlua to 0.10.0 2024-10-30 20:44:05 +01:00
Moritz Hölting 61b8f1ffb9 improve lua integration by allowing more flexible return types and introducing globals 2024-09-20 14:55:48 +02:00
Moritz Hölting 6f3c152e73 add source code display to UnexpectedExpression, LuaRuntimeError errors 2024-09-03 22:21:03 +02:00
Moritz Hölting 8953b347c5 fix different function signature of eval_string when lua is disabled 2024-08-23 23:56:10 +02:00
Moritz Hölting 83d5f329f9 allow custom handlers instead of only printer 2024-08-23 00:06:58 +02:00
Moritz Hölting dd79541ae9 add tracing crate for logging 2024-06-15 21:49:05 +02:00
Moritz Hölting 01040964af Add Lua support to transpiler 2024-04-06 17:23:20 +02:00