dfsek
|
a5105f9f9d
|
implement precedence matrix and NegationOperation
|
2021-01-02 03:40:51 -07:00 |
|
dfsek
|
aa41cc4d3d
|
only allow loop flow control in loop
|
2020-12-31 02:49:48 -07:00 |
|
dfsek
|
0c3e3f2bc6
|
fix flow keyword issues
|
2020-12-31 02:44:33 -07:00 |
|
dfsek
|
122fbd841c
|
correct scope wackiness in for loops
|
2020-12-31 02:06:53 -07:00 |
|
dfsek
|
ad5823055d
|
do precedence better
|
2020-12-31 02:03:47 -07:00 |
|
dfsek
|
8db263e19b
|
fix EOF issues
|
2020-12-27 20:55:01 -07:00 |
|
dfsek
|
7cf34dbd8a
|
allow single statement loops
|
2020-12-27 20:52:35 -07:00 |
|
dfsek
|
283495832f
|
Add else if and else
|
2020-12-27 20:42:42 -07:00 |
|
dfsek
|
abc59901c1
|
Add for loops
|
2020-12-25 00:12:28 -07:00 |
|
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 |
|