This is bic's first stable release. There have been some major changes since v0.9.1, including:
- Rewrite of the parser to make it C11 standard compliant.
- Add offical MacOS support and CI.
- Add official aarch64 support and CI.
- Rewrite the cfile subsystem of
bictocscript, allowing for c-looking scripts that don't requiremain(). - Forward arguments from
bic's command lin...