Skip to content

Type checking and type inference for built-in types

Ivan Kondov requested to merge builtin-types into master

Partially solving issue https://git.scc.kit.edu/jk7683/vre-language/-/issues/2 for the cases of built-in types

We defer implementation of Type keyword until we see the need for that. Maybe we will need it for non-built-in types.

Edited by Ivan Kondov

Merge request reports