Beakerboy / Beakerboy/Vba-Types

Create a type registry

Open
#16 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
No language data
Stars
0
Forks
0
PR merge metrics
No merged PRs in 30d

Description

Link type name with type object:

Integer -> VBAInteger

When a project defines a UDT or a new object, add it to the registry.
Currently, the interpreter saves a copy of the object when a function specifies a return type, but if it specifies a class, it doesn't know what to add. The interpreter should instead just save the name of the return type, then look up the type in the registry when the function is called.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.