|
f675470fa9
|
Introduce a procedure type
|
2024-12-20 15:49:33 +01:00 |
|
|
652070d4ad
|
Type check pointer dereferencing
|
2024-12-20 15:49:33 +01:00 |
|
|
43d0a0d699
|
Run tests and check expectations in 2 loops
|
2024-12-20 15:49:33 +01:00 |
|
|
bdcc95dd62
|
Generate code for loops
|
2024-12-20 15:49:33 +01:00 |
|
|
455b52a0b0
|
Tokenize the input with flex
|
2024-12-20 15:49:33 +01:00 |
|
|
e0eaef7454
|
Include the filename in the error messages
|
2024-12-20 15:49:33 +01:00 |
|
|
5dfa2b3d99
|
Parse parameter list
|
2024-12-20 15:49:33 +01:00 |
|
|
5caa08673e
|
Support procedure calls without arguments
|
2024-12-20 15:49:33 +01:00 |
|
|
031f6724bd
|
Support failure tests
|
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 |
|