Eugen Wissner belka
belka pushed to assembly at belka/elna 2025-05-13 23:14:41 +02:00
e614d43ea9 Support procedure without _ in the first stage
belka pushed to assembly at belka/elna 2025-05-12 23:07:25 +02:00
1b31f532df Unify taking an identifier address
belka pushed to assembly at belka/elna 2025-05-12 00:06:20 +02:00
d85183c7a6 Support named identifiers on the right side
belka pushed to assembly at belka/elna 2025-05-10 23:24:24 +02:00
707f983fe9 Add symbol info for parameters and local variables
890486532c Wrap the mmap2 syscall
Compare 2 commits »
belka pushed to assembly at belka/elna 2025-05-08 23:36:45 +02:00
92f50fff5f Parse procedure parameters
belka pushed to assembly at belka/elna 2025-05-08 00:13:19 +02:00
3f11d63a0f Add builtin symbols
belka pushed to assembly at belka/elna 2025-05-06 23:59:05 +02:00
40701008f0 Replace _read_token with the lexer
belka pushed to assembly at belka/elna 2025-05-05 23:12:13 +02:00
3bd86e6e1c Add my homegrown cross compiler scripts
belka pushed to assembly at belka/elna 2025-05-04 23:50:13 +02:00
df1c0486c5 Fix strings search looping
belka pushed to assembly at belka/elna 2025-05-03 23:36:05 +02:00
0a0bc4e1f2 Tokenize single character symbols
belka pushed to master at OSS/tanya 2025-05-03 18:52:42 +02:00
6072bfab68 Marke SingletonByRef functions scope
belka pushed to assembly at belka/elna 2025-05-02 22:57:22 +02:00
dcfd6b1515 Properly tokenize declaration sections
belka pushed to master at OSS/katja 2025-05-02 17:05:49 +02:00
692edeb8e1 Add a short description and intention
belka pushed to master at OSS/katja 2025-05-02 15:27:06 +02:00
fbb4fa27dc Add a short description and intention
belka pushed to assembly at belka/elna 2025-05-01 23:37:59 +02:00
768821c689 Create tokenization tables
belka pushed to assembly at belka/elna 2025-05-01 01:33:02 +02:00
f3a8b2626a Add semicolons separating the statements
belka pushed to assembly at belka/elna 2025-04-29 23:09:11 +02:00
23b7a1ab30 Support preserved registers as identifiers
belka pushed to assembly at belka/elna 2025-04-29 00:55:37 +02:00
9c66cec171 Implement if statements
belka pushed to assembly at belka/elna 2025-04-27 23:18:21 +02:00
963d32e8d1 Add return statements
belka pushed to master at OSS/katja 2025-04-27 11:59:19 +02:00
933f4bb481 Add package list component