Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 631 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 631 Bytes

✍️ Grammar

This directory contains the ANTLR grammar source (prerequisites.g4) and all derived files using antlr4ts.

They should be added to version control and only regenerated if the source changes. To recompile the grammar, run:

yarn run gen-parser

ℹ️ Note

Currently, the antlr4ts library is broken slightly, (see tunnelvisionlabs/antlr4ts/485), so we need to add the following comment at the top of both PrerequisitesLexer.ts and PrerequisitesParser.ts:

// @ts-nocheck