JohnDTill / Forscape

Scientific computing language
MIT License
176 stars 3 forks source link

Multifile support #96

Closed JohnDTill closed 1 year ago

JohnDTill commented 1 year ago

Opening an MR to think through problems

JohnDTill commented 1 year ago

Namespaces are in. Reworking for multi-file support requires fundamental design change to the class schema. I'd say disable the DO THIS check, clean up any DO THIS lines not related to files, merge to main, then create a new branch for a major design overhaul. That will leave main a bit unimplemented, but that's better than trying to do namespaces then class structure rework on the same branch.