Similar to #411, we should have a Frontend directory (under include/multiplier and lib), and move things like Token.h, File.h, Compilation.h, and all macro stuff over there. A bunch of things are nested inside of AST that don't quite belong there. This will also require changes to the bootstrap logic, to properly place things.
Similar to #411, we should have a
Frontend
directory (underinclude/multiplier
andlib
), and move things likeToken.h
,File.h
,Compilation.h
, and all macro stuff over there. A bunch of things are nested inside ofAST
that don't quite belong there. This will also require changes to the bootstrap logic, to properly place things.