Commit Graph

38 Commits

Author SHA1 Message Date
0ae082e7d0
feat(muscript): V3: enforce new line or semicolon between expressions
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-09-15 19:32:01 +02:00
e84f8adc88
docs: Document StandardLib and GsonLib functions for μScript users
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-08-25 18:53:04 +02:00
56cd5a4aab
muscript: add exception handling
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-06-09 14:12:21 +02:00
7f8da417a3
test parseMultiScript 2023-04-18 14:34:04 +02:00
e652bfe6ba
track code location 2023-04-18 13:40:34 +02:00
51cc7e41ab
reconstruct call stack on exception 2023-04-18 10:36:49 +02:00
66fe880575
muScript: specialize assignment operator
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-03-13 14:15:36 +01:00
0048a439fa
muScript: document additional
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-03-12 20:11:44 +01:00
993f0bc6b7
muScript: two fixes for decompiling
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-03-12 19:22:45 +01:00
5a1329b884
muScript: support contains on lists
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-03-12 16:48:16 +01:00
a2ce8d8f64
muScript: document custom objects
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-03-12 16:16:27 +01:00
efb1512a60
muScript: support for custom objects, script decompiling and Dynamic serialization 2023-03-12 15:28:44 +01:00
cfbc10387f
muScript: better example formatting
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-03-11 17:10:56 +01:00
516fcea3a1
muScript: better documentation
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-03-11 17:03:17 +01:00
7440920099
muScript: support complex bind expressions 2023-03-11 14:30:42 +01:00
044f468024
muScript: support globals 2023-03-11 14:07:33 +01:00
a5fa86a6c7
muScript: support comments 2023-03-11 13:52:59 +01:00
d1c29b6fe5
muScript: remove namespace support and fix bind 2023-03-11 13:33:45 +01:00
6694aa08ed
muScript: bind operator 2023-03-11 13:19:53 +01:00
9654e134ba
muScript: support ternary conditionals as root elements 2023-03-11 12:38:55 +01:00
d9467314ef
Simplify Scope creation
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-01-24 14:05:04 +01:00
201db9e6cf
Varargs support
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-01-24 13:43:46 +01:00
7aa94c2e8e
Move assignment gen to primary
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-01-24 12:29:47 +01:00
42649e3160
Fizzbuzz sample for closures
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2023-01-20 21:36:59 +01:00
69883a5211
Support for semicolons after expressions in closures and scripts
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-01-20 21:09:30 +01:00
2847e05440
Support for assignment operators and closures
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2023-01-20 21:05:04 +01:00
c8f6b0b6c4
Repackage
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2023-01-20 18:52:57 +01:00
3d398cc0b2
Respect end of expression 2023-01-20 17:47:41 +01:00
ba13373288
Fix
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2022-11-24 19:05:51 +01:00
62ab9e930d
[main] commons.data with Either type, move muscript.dynamic to commons.data.dynamic 2022-06-29 15:41:44 +02:00
8bba3a33d5
[muscript] Even better errors 2022-06-13 13:31:54 +02:00
a9cd45c39d
[muscript] Generate error data in create method, not in toString 2022-06-13 11:06:01 +02:00
ed680f57a9
[muscript] Slightly better debugging experience 2022-06-13 10:44:59 +02:00
5447174c90
[muscript] No more inner-classes for expressions 2022-06-07 13:36:48 +02:00
4f3fdbb9fd
[muscript] Rename optic to dynamic to better represent its purpose in the context of muscript 2022-06-07 12:19:58 +02:00
4f6c87b525
[muscript] Enhance string lexing 2022-06-04 19:29:38 +02:00
16e3a3224d
[muscript] Basic StarScript ingester 2022-06-04 17:01:23 +02:00
a4e9a3425e
[muscript] First iteration, seems to work 2022-06-03 19:54:31 +02:00