Please note that the parser is in a very early stage of development and may not
be working as expected in some cases.
License:
The parser is avialable under a two-clause BSD license.
It uses three other projects:
* The test cases for the parser originate from [OpenFortran](https://github.com/OpenFortranProject/open-fortran-parser/) and are available under a BSD license.
* The debugging program [DrAST](https://bitbucket.org/jastadd/drast) from is also available under a BSD license.
* The [RATS!](https://cs.nyu.edu/rgrimm/xtc) parser generator is used. Its license is GPL, but the runtime libraries required are LGPL.