dcbaker / meson-plus-plus

An experimental and incomplete implementation of Meson in C++, for solving Meson's bootstrapping issue.
Apache License 2.0
45 stars 7 forks source link

option parsing #28

Open dcbaker opened 3 years ago

dcbaker commented 3 years ago

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 them in the presistant state. for some options that will be pretty easy, for others it will be harder.