|
652070d4ad
|
Type check pointer dereferencing
|
2024-12-20 15:49:33 +01:00 |
|
|
2eb409577d
|
Split result into symboltable and types
|
2024-12-20 15:49:33 +01:00 |
|
|
3b086a0872
|
Parse pointer types
|
2024-12-20 15:49:33 +01:00 |
|
|
e0eaef7454
|
Include the filename in the error messages
|
2024-12-20 15:49:33 +01:00 |
|
|
8b6ccbaa6d
|
Support multiple function arguments
|
2024-12-20 15:49:33 +01:00 |
|
|
5caa08673e
|
Support procedure calls without arguments
|
2024-12-20 15:49:33 +01:00 |
|
|
4af742ab02
|
Replace ! with a function call writei
|
2024-12-20 15:49:33 +01:00 |
|
|
546e0affb4
|
Assign variables
|
2024-12-20 15:49:33 +01:00 |
|
|
e3e9c76ead
|
Implement division
|
2024-12-20 15:49:33 +01:00 |
|
|
219f08fe7c
|
Split code generation from the ui
|
2024-12-20 15:49:33 +01:00 |
|
|
b0f33da7af
|
Implement multiplication
|
2024-12-20 15:49:33 +01:00 |
|
|
55f443ed40
|
Remove the IR for know for simplicity
|
2024-12-20 15:49:33 +01:00 |
|
|
31c178ad9c
|
Print test summary
|
2024-12-20 15:49:33 +01:00 |
|