Dylan Baker
Dylan Baker
We'll need subproject (as part of dependencies) for a bootstrapped self-hosting setup, as we're likely to need a three step bootstreap: 1. build meson++ with make 2. build meson++ with...
There are at least a few cases of dead code (and this is related to #57): 1. Code after an `error` 2. useless statements 3. message and warning after they...
We really want to have all of our targets at the top level, so if we come across code like: ```meson test( 'mytest', executable(...), ) ``` we need to transform...
Implement option parsing. This will involve turning the frontend on the options, then lowering them from ast into something different, then parsing the options from the command line, and storing...
In particular we need to handle the cpp_std argument