Commit Graph

18 Commits

Author SHA1 Message Date
627975775c Start over 2025-08-30 01:29:00 +02:00
e614d43ea9 Support procedure without _ in the first stage 2025-05-13 23:14:20 +02:00
1b31f532df Unify taking an identifier address 2025-05-12 23:07:02 +02:00
d85183c7a6 Support named identifiers on the right side 2025-05-12 00:06:02 +02:00
707f983fe9 Add symbol info for parameters and local variables 2025-05-10 23:24:03 +02:00
3f11d63a0f Add builtin symbols 2025-05-08 00:13:07 +02:00
40701008f0 Replace _read_token with the lexer 2025-05-06 23:58:46 +02:00
3bd86e6e1c Add my homegrown cross compiler scripts 2025-05-05 23:11:52 +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
963d32e8d1 Add return statements 2025-04-27 23:18:06 +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
2e0c958aa3 Compile procedure calls 2025-04-24 23:01:12 +02:00
f343296463 Compile procedure headers 2025-04-23 23:16:00 +02:00
5aaf9ded36 Support global variables and constants 2025-04-22 22:51:11 +02:00
536443b020 Add stages and a rakefile 2025-04-21 22:56:50 +02:00