This directory contains a Dockerfile
and Makefile
to compile/build Antlr4
grammars for FORTRAN. This is invoked automatically by the FortranAS build
process and does not need to be manually invoked.
Assuming you have make and docker installed run:
make
Once build all artifacts will be placed in antlr4/generated
To clean all build artifacts you can run the provided make target:
make clean