Reworked the type system, types now have a single value

This commit is contained in:
2022-08-17 17:39:29 +01:00
parent bde07f6c12
commit 574a864dd0
9 changed files with 201 additions and 254 deletions

View File

@@ -1,3 +1,5 @@
DONE: rework type system
TODO: type casting
TODO: const without a type
TODO: increment & decrement operators