dcbaker / meson-plus-plus

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

Implement Fstrings #35

Closed dcbaker closed 3 years ago

dcbaker commented 3 years ago

This is not a true implementation, as it's not plumbed all the way down, but from a parsing point of view this is complete.

Fixes: #33