Type check pointer dereferencing

This commit is contained in:
2024-05-16 21:01:11 +02:00
parent 30e84f1cdd
commit 3f13adcfe7
9 changed files with 185 additions and 9 deletions

1
TODO
View File

@ -12,6 +12,7 @@
- Syscalls.
- Error message with an empty file wrongly says that a ")" is expected.
- Support any expressions for constants.
- Name analysis should fail if there are undefined symbols.
# Toolchain
- Try to guess the build platform (x86_64-slackware-linux is hard coded).