Skip to content

Latest commit

 

History

History
executable file
·
19 lines (16 loc) · 493 Bytes

README.md

File metadata and controls

executable file
·
19 lines (16 loc) · 493 Bytes

Antlr4 docker context

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.

Usage

Assuming you have make and docker installed run:

make

Artifacts

Once build all artifacts will be placed in antlr4/generated

Clean target

To clean all build artifacts you can run the provided make target:

make clean