This repository is the FlatLang package monorepo.
All Flat packages in the local FlatLang workspace are organized under packages/.
packages/Flat- legacy Flat compiler package (this repo's original contents)packages/*- all other Flat packages imported as git subtrees
Each package is tracked from its master branch and can be updated with:
git subtree pull --prefix packages/<PackageName> <repository> master