gavr123456789 / Niva

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

Better way to resolve things #275

Open gavr123456789 opened 1 month ago

gavr123456789 commented 1 month 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