19 Commits

Author SHA1 Message Date
2519b3f9e9 Switch completely to the table based lexer 2025-09-29 16:55:38 +02:00
ee3b733a81 Implement if-else 2025-09-13 21:15:09 +02:00
216dc59f0b Support comments between (* and *) 2025-09-11 13:05:04 +02:00
d16ec370dc Compile static initializers 2025-09-07 20:51:39 +02:00
e0ac57dc1d Add string literals 2025-09-05 17:17:28 +02:00
ed3e0e043c Implement arithmetic negation 2025-09-03 08:23:47 +02:00
44fa140769 Support simple variable assignment 2025-09-01 14:53:05 +02:00
627975775c Start over 2025-08-30 01:29:00 +02:00
707f983fe9 Add symbol info for parameters and local variables 2025-05-10 23:24:03 +02:00
3bd86e6e1c Add my homegrown cross compiler scripts 2025-05-05 23:11:52 +02:00
0a0bc4e1f2 Tokenize single character symbols 2025-05-03 23:35:41 +02:00
dcfd6b1515 Properly tokenize declaration sections 2025-05-02 22:57:04 +02:00
f3a8b2626a Add semicolons separating the statements 2025-05-01 01:32:45 +02:00
23b7a1ab30 Support preserved registers as identifiers
… in expressions
2025-04-29 23:08:46 +02:00
9c66cec171 Implement if statements 2025-04-29 00:55:20 +02:00
a60e623af5 Implement simple binary expressions 2025-04-26 23:14:38 +02:00
fee1781a5b Change label and jump (now goto) syntax 2025-04-25 23:12:36 +02:00
f343296463 Compile procedure headers 2025-04-23 23:16:00 +02:00
536443b020 Add stages and a rakefile 2025-04-21 22:56:50 +02:00