dfsek
|
405a96034c
|
Load structure scripts into registry
|
2020-12-23 02:35:07 -07:00 |
|
dfsek
|
b4342a36aa
|
implement break, return, and continue
|
2020-12-23 01:37:51 -07:00 |
|
dfsek
|
f47b975fe7
|
implement block & check functions
|
2020-12-22 17:32:17 -07:00 |
|
dfsek
|
9c1eab04b9
|
Cleanup & fix grouping related operator precedence issues
|
2020-12-22 14:49:58 -07:00 |
|
dfsek
|
72d4370878
|
fix various tokenizer issues
|
2020-12-22 02:58:42 -07:00 |
|
dfsek
|
88da796923
|
Implement variable reassignment and while loops
|
2020-12-22 02:39:53 -07:00 |
|
dfsek
|
0ecd275c56
|
Fix comment whitespace tokenizer issues
|
2020-12-22 02:13:35 -07:00 |
|
dfsek
|
4f40bcbe5e
|
Implement variables
|
2020-12-22 02:00:40 -07:00 |
|
dfsek
|
cb7b3de48c
|
better type checking for function args
|
2020-12-21 22:30:02 -07:00 |
|
dfsek
|
13fbb9bf54
|
Implement boolean binary operations AND and OR
|
2020-12-21 21:08:43 -07:00 |
|
dfsek
|
be8ed913e5
|
allow grouping binary operations
|
2020-12-21 20:55:51 -07:00 |
|
dfsek
|
7d72a91bb7
|
implement comparison operators
|
2020-12-21 20:31:57 -07:00 |
|
dfsek
|
7a75f20a2c
|
implement operator precedence
|
2020-12-21 16:22:08 -07:00 |
|
dfsek
|
8a7499d874
|
binary operations work now
|
2020-12-21 02:01:42 -07:00 |
|
dfsek
|
adc5f0becc
|
more parsing reworks
|
2020-12-21 01:28:40 -07:00 |
|
dfsek
|
7cbf8dffbe
|
parse things in a less dumb way
|
2020-12-20 14:04:33 -07:00 |
|
dfsek
|
e1cb46c8fd
|
basic structure implementation
|
2020-12-20 02:21:29 -07:00 |
|
dfsek
|
8b97d74e0a
|
allow constant expressions in if statements
|
2020-12-20 01:50:41 -07:00 |
|
dfsek
|
2880c29f8c
|
if statements with code blocks
|
2020-12-20 01:08:37 -07:00 |
|
dfsek
|
474962db39
|
add escape character to parser string literals
|
2020-12-19 21:03:14 -07:00 |
|
dfsek
|
f970838ecf
|
Working parser/tokenizer
|
2020-12-19 20:04:58 -07:00 |
|
dfsek
|
29e2746e72
|
working tokenizer
|
2020-12-19 01:50:56 -07:00 |
|