trailofbits / multiplier

Code auditing productivity multiplier.
Apache License 2.0
439 stars 27 forks source link

Add Frontend directory, move relevant files there #474

Closed pgoodman closed 1 year ago

pgoodman commented 1 year ago

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.

pgoodman commented 1 year ago

Fixed in #475.