New symbol table functionality has been added that enables fparser to disambiguate local variables which shadow Fortran intrinsics.
What's Changed
* 304 add pip_requirements file and doc target in setup.py by arporter in https://github.com/stfc/fparser/pull/305
* Add basic symbol table functionality (towards 201) by arporter in https://github.com/stfc/fparser/pull/293
* (Closes 310) allow for current_scope to be None and extend tests by arporter in https://github.com/stfc/fparser/pull/311
**Full Changelog**: https://github.com/stfc/fparser/compare/0.0.13...0.0.14