Commit Graph

18 Commits

Author SHA1 Message Date
minjaesong
186340d704 basic: somewhat working but 'REM' does not? 2020-12-14 19:37:41 +09:00
minjaesong
ddb7437755 basic: fixing print with (;) would not work as intended 2020-12-14 15:28:54 +09:00
minjaesong
8d733d7ecd basic: parser fixing bug with multi-args function call 2020-12-14 14:19:28 +09:00
minjaesong
f1365ed34c basic: making sure 'PRINT -3' to work 2020-12-14 11:51:53 +09:00
minjaesong
1b6f768f9d basic: fixing some unary mishaps on parser 2020-12-14 10:08:10 +09:00
minjaesong
45b37d40b1 basic: NEXT of FOR loop now works but now unary op is not parsed correctly 2020-12-13 20:07:23 +09:00
minjaesong
e106327b4b basic: parsing FOR statement, FOR itself still broken :( 2020-12-13 14:32:42 +09:00
minjaesong
5a09c4915d basic: still broken but we're getting there 2020-12-13 00:32:19 +09:00
minjaesong
2acdb4d0c1 basic:fixme: new parser ignores operator precedence 2020-12-12 17:42:38 +09:00
minjaesong
0d68c667f0 basic: integration test on master branch lol 2020-12-12 17:05:59 +09:00
minjaesong
81e10c54de basic: parser now process (:) operator 2020-12-12 16:24:14 +09:00
minjaesong
19f323b90e basic: it seems parser is working again :D 2020-12-12 14:59:19 +09:00
minjaesong
91a4cb0049 basic: parser goes parrrrrr 2020-12-11 23:50:37 +09:00
minjaesong
01e45c7ebc fixme:basic: new parser somehow cannot parse defun 2020-12-11 19:49:54 +09:00
minjaesong
78b3a69b6d basic: new parser works with correctly entered IF, DEFUN and function_calls 2020-12-11 17:55:08 +09:00
minjaesong
833a8df07b basic: yet more parser wip 2020-12-11 14:16:10 +09:00
minjaesong
401bb47481 basic: more parser wip 2020-12-10 21:50:33 +09:00
minjaesong
bcec2b4536 basic: new parser wip 2020-12-10 17:56:45 +09:00