Irmen de Jong
|
fba149ee28
|
removed the ~ before block names
|
2019-07-29 23:11:13 +02:00 |
|
Irmen de Jong
|
61af72b906
|
struct literals
|
2019-07-16 02:36:32 +02:00 |
|
Irmen de Jong
|
16d7927d2f
|
fix arrays and some struct parsing issues
|
2019-07-15 22:28:05 +02:00 |
|
Irmen de Jong
|
44f9d5e69e
|
added struct syntax
|
2019-07-12 06:14:59 +02:00 |
|
Irmen de Jong
|
845a99d623
|
return statement only has one single possible value
astvm can now more or less run all examples
|
2019-07-10 19:27:44 +02:00 |
|
Irmen de Jong
|
44fe2369d6
|
multitarget assignments removed
|
2019-07-10 10:11:37 +02:00 |
|
Irmen de Jong
|
14cabde5cf
|
when statement extended with multiple choice values
|
2019-07-10 00:25:21 +02:00 |
|
Irmen de Jong
|
5ff79073f4
|
added DUP opcodes
|
2019-07-09 04:09:29 +02:00 |
|
Irmen de Jong
|
f4f113da7b
|
parser for 'when' statement
|
2019-07-09 00:02:38 +02:00 |
|
Irmen de Jong
|
d6b6254b72
|
simplified the asmsub syntax
|
2019-07-08 23:00:18 +02:00 |
|
Irmen de Jong
|
e384822b2c
|
array size in vardecl is optional when initializer array value is given
|
2019-04-16 01:19:51 +02:00 |
|
Irmen de Jong
|
a9bbe0bc40
|
removed the memory keyword instead use & now (reuse the address-of operator to reduce the number of different concepts in the grammar)
|
2019-04-12 22:00:32 +02:00 |
|
Irmen de Jong
|
0a73125606
|
fix auto-insertion of AddressOf expression in function call arguments
|
2019-04-11 21:32:23 +02:00 |
|
Irmen de Jong
|
8bec4eaa87
|
rename PointerOf to AddressOf
|
2019-04-11 21:01:02 +02:00 |
|
Irmen de Jong
|
1069b5f5d5
|
w.i.p pointer-to
|
2019-04-04 21:45:30 +02:00 |
|
Irmen de Jong
|
f5ba072294
|
removed str_p and str_ps pascal string types, fixes #10
|
2019-03-10 18:11:26 +01:00 |
|
Ferenc Boldog
|
b3df3c999d
|
package definition for antlr
|
2019-01-29 12:06:33 +01:00 |
|
Irmen de Jong
|
953cf9a335
|
preparing for vars on zeropage
|
2019-01-26 22:46:01 +01:00 |
|
Irmen de Jong
|
fa8a3c997a
|
Expressions can now be split over multiple lines. Fixed datatype of len().
|
2019-01-26 17:32:26 +01:00 |
|
Irmen de Jong
|
49c3dc3c32
|
for loop body can be a single statement without curly braces now as well
|
2019-01-16 22:02:35 +01:00 |
|
Irmen de Jong
|
e3eace9e28
|
project folder restructure
|
2019-01-09 23:57:27 +01:00 |
|