/csp-parsing

A helper for CSP

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

csp-parser

A parser for CSP specifications

Installation

  • Requires: pip
  • Install the Lark parser library: pip install lark-parser --upgrade
  • Then clone this repository: git clone https://github.com/mluckcuck/csp-parsing.git

Usage