Memorytaco / t-lang

This is now an experimental prototype of a system programming language based on MLFe type system.
1 stars 1 forks source link

get better declaration structure #2

Closed Memorytaco closed 1 year ago

Memorytaco commented 1 year ago

So for compilation, we need a store to hold all knowledge we know, like all data structures we user has defined and how they are used. A good holder for all items is quite important for following compiling process.

We define these structures for the module:

Memorytaco commented 1 year ago

Done, see Refresh declaration structure and Refine definition of Module structure .