interpreter: fix size_t formatting in string_format
setup: print token with loc on BOSON_STAGE lex
lexer: fix lineno on push_back
boson
is an implementation of the meson language written in C11 focusing on
portability and simplicity.
boson
is currently a work in progress. There's a lot to do, don't expect it
to be able to build your project.
boson
requires various POSIX interfaces and a compiler offering c11 support.
You can either use the Makefile:
./configure
make
Or the meson file
meson build
ninja -C build
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