Skip to content

Commit

Permalink
appease codacy
Browse files Browse the repository at this point in the history
  • Loading branch information
rcomer committed Sep 7, 2023
1 parent fa8ed7a commit cefef93
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions cf_units/_udunits2_parser/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ the multi-mode tokenizer of the UDUNITS-2 grammar.
The [parser](udunits2Parser.g4) defines the grammar of the tokens, along with
a number of convenient lexical elements.


### Generating the parser from the grammar

Once the Jinja2 template has been expanded, the
Expand All @@ -23,14 +22,12 @@ deployment and testing (we know it isn't ideal, but it really does make things e
Please commit the changed parser at the same time as any
changes to the grammar being proposed so that the two can remain in synch.


### Updating the ANTLR version

The above script downloads a Java Jar which needs updating to the same version
as antlr4-python3-runtime specified in the python requirements. Once these have
been updated, run [the script](compile.py) to regenerate the parser.


### Testing the grammar

An extensive set of tests exist to confirm that the parser produces equivalent results
Expand Down

0 comments on commit cefef93

Please sign in to comment.