|
|
287bf565bd
|
[FEAT] Implemented 'if' support
[BUG] Variables inside blocks couldn't shadow those outside
[FEAT] Decompiler shows address of each opcode
|
2021-05-05 15:16:57 +02:00 |
|
|
|
1516043f17
|
Started implementation of function parsing
|
2021-05-04 18:49:18 +02:00 |
|
|
|
2ff14cd2f1
|
[FEAT] Arrays allowed on structs
|
2021-05-04 16:35:47 +02:00 |
|
|
|
7297215aeb
|
[BUG] Disallow decimals on array decl and indices
[FEAT] Parser checks index out of bounds errors
|
2021-05-04 16:29:37 +02:00 |
|
|
|
28b059c57e
|
[FEAT] Structs and arrays supported as expression atoms
|
2021-05-04 15:38:01 +02:00 |
|
|
|
58808d33a5
|
[FEAT] Working on array and struct support on expressions
|
2021-05-04 14:58:21 +02:00 |
|
|
|
567710779a
|
[BUG] Repaired types on some parameters.
[FEAT] Implemented struct, still testing.
[FEAT] Implemented var, still testing.
|
2021-05-04 10:24:35 +02:00 |
|
|
|
c99d5ab781
|
[BUG] Parser skipped following token.
[BUG] Const being declared could be used in its init expression
|
2021-05-03 19:09:30 +02:00 |
|
|
|
36caa0b651
|
Tests started. Enabling constant declaration
|
2021-05-03 18:49:26 +02:00 |
|