Moritz Hölting
|
659683bd39
|
add SourceCodeDisplay to MissingFunctionDeclaration error
|
2024-08-27 22:55:26 +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
|
899a973315
|
implement from-import statement
|
2024-06-12 18:09:32 +02:00 |
Moritz Hölting
|
deddf1d77e
|
fix problem with missing function generations when functions have same name in different files
|
2024-06-10 20:32:10 +02:00 |
Moritz Hölting
|
de285639a2
|
implement transpile function for multiple script paths
|
2024-06-09 21:22:48 +02:00 |
Moritz Hölting
|
2bac397096
|
implement remaining execute operators
|
2024-04-09 21:25:19 +02:00 |
Moritz Hölting
|
a818325ce9
|
Implement execute blocks
- move conditionals to execute blocks
- implement "as" in execute blocks
|
2024-04-09 20:42:11 +02:00 |
Moritz Hölting
|
b105a45154
|
Introduce namespace configuration syntax
|
2024-04-06 21:49:25 +02:00 |
Moritz Hölting
|
01040964af
|
Add Lua support to transpiler
|
2024-04-06 17:23:20 +02:00 |
Moritz Hölting
|
9f8b31e2aa
|
Add 'Run' statement to grammar and syntax tree
|
2024-04-06 15:12:20 +02:00 |
Moritz Hölting
|
c770a54517
|
Re-export shulkerbox module and update error message in transpiler
|
2024-04-06 14:42:44 +02:00 |
Moritz Hölting
|
34076f9842
|
Update TranspileError enum and add TranspileResult type
|
2024-04-06 14:30:11 +02:00 |
Moritz Hölting
|
c4023e0b64
|
Transpile functions based on annotations
|
2024-04-06 13:26:34 +02:00 |
Moritz Hölting
|
42503bdc78
|
Always transpile function when annotated with tick or load
|
2024-04-06 12:47:15 +02:00 |
Moritz Hölting
|
62dd12cab3
|
implement function calls
|
2024-04-05 16:16:12 +02:00 |
Moritz Hölting
|
2ed6e56ef1
|
Refactor transpile module and error handling
|
2024-04-05 12:59:21 +02:00 |
Moritz Hölting
|
4b52985992
|
Implement conditional operators
|
2024-04-03 13:46:57 +02:00 |
Moritz Hölting
|
9159c8222e
|
Rename compiler to transpiler and implement load and tick annotation for main function
|
2024-04-03 01:27:02 +02:00 |