AltoLang / Alto

Compiler in the works!
MIT License
3 stars 1 forks source link

Allow for referencing of custom dotnet assemblies #90

Closed FilipToth closed 2 years ago

FilipToth commented 2 years ago

This essentially allows us to call public and static methods from all types in our non-system references. This will be changed later on to go hand-in-hand with our OO structure. As of now, we just "merge" the referenced methods with our locally declared functions.

Contributes to #80