You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
regenerate the joxa-compiler ast
This somehow got a bit screwed up in the last sets of commits. The
current ast should be accurate.
Signed-off-by: Jordan Wilberding <diginux@gmail.com>
split joxa-compiler into several different namespaces
This uses the somewhat new support for mutually recursive namespaces
to split the massive joxa-compiler into a bunch of related
namespaces. It will take sometime to get these optimially organized
but at the very least this makes the compiler itself significantly
more approachable.
Signed-off-by: Jordan Wilberding <diginux@gmail.com>