python3-lark

Parsing library for Python (Python 3)
  https://github.com/lark-parser/lark
  0
  no reviews



Lark is a parsing library for Python which allows one to parse any context-free grammar. It has implemented the following parsing algorithms: Earley, LALR(1) and CYK.

This package installs the library for Python 3.