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

basic equality operations #83

Closed dcbaker closed 2 years ago

dcbaker commented 2 years ago

This adds equality operations for Numbers, Strings, and Booleans. Arrays and Dictionaries are not yet supported

Fixes #81