tlang/source/tlang/compiler/symbols/typing
Tristan B. Velloza Kildaire 6b3fccfc15 Types
- Added `getReferredType()` to `Pointer` to fetch the type of the data being referred to

Typechecker

- Unary operator `STAR` now will check popped type, ensure it is a pointer, then push the type of the referred-to data

Test cases

- Updated the `simple_pointer.t` test case to do pointer dereferencing

DGen

- Updated entry point testing code for the pointer test `simple_pointer.t`
2023-01-14 12:39:37 +02:00
..
builtins.d Added float and double types to builtin types 2022-07-26 10:27:55 +02:00
core.d Types 2023-01-14 12:39:37 +02:00