* Function calls decompiled correctly * Add boolean type and boolean constants in the grammar * Allow angled braces in identifier names * Overload the `transpile` to also allow input streams * Update the generate script accordingly
* Add grammar for C and transpile it to Rust code * Add `generate.sh` to generate the JavaCC and JJTree files * Update `build.sh`