Playing around with Crafting Interpreters in Fortran (with Modern Fortran for reference):
- Part II. A Tree-Walk Interpreter
- Scanning: DONE
- Representing Code: TODO
- Install gfortran:
apt install gfortran
- Install
fpm
the Fortran Package Manager: https://github.com/fortran-lang/fpm - Run flox:
fpm run
iso_varying_string
:https://gitlab.com/everythingfunctional/iso_varying_string
- argparse: https://gitlab.com/bwearley/f-clap