4 Commits

Author SHA1 Message Date
95057fd359 Add support for enums in the parser
Signed-off-by: Slendi <slendi@socopon.com>
2024-04-29 16:42:28 +03:00
4782252f7e Add support for prefix increment/decrement ops
Signed-off-by: Slendi <slendi@socopon.com>
2024-04-11 09:20:15 +03:00
66faf71ec7 Add support for struct field accesses
Signed-off-by: Slendi <slendi@socopon.com>
2024-04-09 02:24:45 +03:00
a966ff45a3 Improve messages, implement* field access
Compiler messages are now printed in color with their respective code,
field access support has been added in the type checker. However, field
access nodes that contain other field access nodes are not yet
supported.

Signed-off-by: Slendi <slendi@socopon.com>
2024-04-08 11:42:39 +03:00