A simple roman numeral converter to indo-arabic numbers. It uses a simple grammar done mainly for practice.
git clone https://github.com/rafaelrc7/roman
cd roman
nix build
echo "III" | ./result/bin/roman
./result/bin/roman < file
- Bison
- Flex
- Make
- GCC
git clone https://github.com/rafaelrc7/roman
cd roman
make
echo "III" | ./roman
./roman < file