Commit Graph

19 Commits

Author SHA1 Message Date
Johannes Frohnmeyer efb1512a60
muScript: support for custom objects, script decompiling and Dynamic serialization 2023-03-12 15:28:44 +01:00
Johannes Frohnmeyer 51db36f53f
muScript: clean up 2023-03-11 17:02:03 +01:00
Johannes Frohnmeyer 7440920099
muScript: support complex bind expressions 2023-03-11 14:30:42 +01:00
Johannes Frohnmeyer 6694aa08ed
muScript: bind operator 2023-03-11 13:19:53 +01:00
Johannes Frohnmeyer 201db9e6cf
Varargs support
ci/woodpecker/push/woodpecker Pipeline was successful Details
2023-01-24 13:43:46 +01:00
Johannes Frohnmeyer 7aa94c2e8e
Move assignment gen to primary
ci/woodpecker/push/woodpecker Pipeline was successful Details
2023-01-24 12:29:47 +01:00
Johannes Frohnmeyer 0d3f2a359d
Update docs
ci/woodpecker/push/woodpecker Pipeline was successful Details
2023-01-20 21:52:25 +01:00
Johannes Frohnmeyer 69883a5211
Support for semicolons after expressions in closures and scripts
ci/woodpecker/push/woodpecker Pipeline was successful Details
2023-01-20 21:09:30 +01:00
Johannes Frohnmeyer 2847e05440
Support for assignment operators and closures
ci/woodpecker/push/woodpecker Pipeline failed Details
2023-01-20 21:05:04 +01:00
Johannes Frohnmeyer c8f6b0b6c4
Repackage
ci/woodpecker/push/woodpecker Pipeline failed Details
2023-01-20 18:52:57 +01:00
Johannes Frohnmeyer 3d398cc0b2
Respect end of expression 2023-01-20 17:47:41 +01:00
Johannes Frohnmeyer ba13373288
Fix
ci/woodpecker/push/woodpecker Pipeline failed Details
2022-11-24 19:05:51 +01:00
Johannes Frohnmeyer f84bdd2a02
[muscript] implement basic AST optimization. Completely untested, of course 2022-06-29 17:38:05 +02:00
Johannes Frohnmeyer 8bba3a33d5
[muscript] Even better errors 2022-06-13 13:31:54 +02:00
Johannes Frohnmeyer a9cd45c39d
[muscript] Generate error data in create method, not in toString 2022-06-13 11:06:01 +02:00
Johannes Frohnmeyer ed680f57a9
[muscript] Slightly better debugging experience 2022-06-13 10:44:59 +02:00
Johannes Frohnmeyer 5447174c90
[muscript] No more inner-classes for expressions 2022-06-07 13:36:48 +02:00
Johannes Frohnmeyer 4f3fdbb9fd
[muscript] Rename optic to dynamic to better represent its purpose in the context of muscript 2022-06-07 12:19:58 +02:00
Johannes Frohnmeyer a4e9a3425e
[muscript] First iteration, seems to work 2022-06-03 19:54:31 +02:00