|
707f983fe9
|
Add symbol info for parameters and local variables
|
2025-05-10 23:24:03 +02:00 |
|
|
890486532c
|
Wrap the mmap2 syscall
|
2025-05-09 18:42:46 +02:00 |
|
|
92f50fff5f
|
Parse procedure parameters
|
2025-05-08 23:36:29 +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 |
|
|
df1c0486c5
|
Fix strings search looping
|
2025-05-04 23:49:39 +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 |
|
|
768821c689
|
Create tokenization tables
|
2025-05-01 23:37:50 +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 |
|