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

Fix remaining parser issues for meson repo #36

Closed dcbaker closed 2 years ago

dcbaker commented 2 years ago

With this the meson++ parser can correctly parse all of the meson.build files in the main meson repo that are supposed to be parsed (there are some that are supposed to fail).

Fixes #34