Skip to content

Commit

Permalink
Regenerate parser for the observe mini-language (#1743)
Browse files Browse the repository at this point in the history
This PR regenerates the parser for the `observe` mini-language using the
newest version of Lark. This should fix some deprecation warnings coming
from imports used by the old parser.

The parser was regenerated using Lark 1.1.5, via

python -m lark.tools.standalone traits/observation/_dsl_grammar.lark
--out traits/observation/_generated_parser.py

Closes #1739
  • Loading branch information
mdickinson committed Apr 17, 2023
1 parent 846487d commit bef7857
Showing 1 changed file with 2,006 additions and 948 deletions.

0 comments on commit bef7857

Please sign in to comment.