gavr123456789 / Niva

Smalltalk like programming language
https://gavr123456789.github.io/niva-site
41 stars 2 forks source link

Better way to resolve things #275

Open gavr123456789 opened 3 months ago

gavr123456789 commented 3 months ago

1) remember only type names of each declarations 2) resolve fields of the types(since they can be recursive) 3) resolve message declarations without bodies(since not all calls are known) 4) resolve bodies