Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 2.53 KB

README.md

File metadata and controls

31 lines (25 loc) · 2.53 KB

g4-checks

This repo contains some useful Trash scripts for Antlr4 grammars.

Testing

  • testrig.sh -- Script that simplifies running the org.antlr.v4.gui.TestRig program.
  • find-cover.sh -- Generate cover.html, which is a "heat map" of the grammar showing what rules were used in the parse.

Antlr4 grammar linting

Antlr4 grammar properties

Antlr4 grammar clean ups

Grammar conversion

  • bison.sh -- Convert Bison grammar to Antlr4. Not finished.