~bl4ckb0ne/boson

meson implementation in C11
interpreter: fix size_t formatting in string_format
setup: print token with loc on BOSON_STAGE lex
lexer: fix lineno on push_back

clone

read-only
https://git.sr.ht/~bl4ckb0ne/boson
read/write
git@git.sr.ht:~bl4ckb0ne/boson

You can also use your local clone with git send-email.

#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