As an open source project, everyone who wishes to participate to the
development is welcome :)
A brief TODO-list:
- Implement --without-glib:
the code generated by monoburg asks for glib.h presence to access...
g_assert and some other easy-to-recode-even-with-macro functions :)
- Make the code generated by monoburg C++ friendly:
the idea is to allow a class opening in prologue and its closing in epilogue:
class Monoburg
{
%%
[...]
%%
};
- Help the parser, give it a decent scanner :)
run ./monoburg monoburg; enjoy!
--
Noe