Unix shell implementation (incomplete) but with meta commands.
- C99-capable tool chain.
- GNU make.
- Yacc.
- Flex.
git submodule update --init
make
make release- Build release binary (same asmake).make debug- Build debug binary.make clean- Remove build files.