~bl4ckb0ne/boson

meson implementation in C11

f9ddb20 interpreter: fix size_t formatting in string_format

a month ago

9b17862 setup: print token with loc on BOSON_STAGE lex

1 year, 11 months ago

#boson

boson is an implementation of the meson language written in C11 focusing on portability and simplicity.

#Status

boson is currently a work in progress. There's a lot to do, don't expect it to be able to build your project.

builds.sr.ht status

#Requirements

boson requires various POSIX interfaces and a compiler offering c11 support.

#Building

You can either use the Makefile:

./configure
make

Or the meson file

meson build
ninja -C build

#Contributing

Pick an issue on our todo list, and send a patch to ~bl4ckb0ne/boson@lists.sr.ht. Visit us on #boson on OFTC for any questions regarding usage or development