* 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
* This extension uses an existing Function ID database to apply
function signatures to Rust binaries (very useful in case of
stripped binaries)
* So this extension basically detects a Rust binary and auto-applies
the correct `libstd` Rust function signatures, pretty cool
* Plus, you can also add your own Function ID databases in the `data/`
subdirectory if you want to apply even more signatures or, say,
custom signatures