/gg_project

Project for graph grammars

Primary LanguagePython

Graph grammars - project

Installation

  1. Install Poetry
  2. Clone this repository
  3. Run poetry install - this will create virtual enviroment with all necessary dependencies
  4. Run poetry shell to switch to newly generated virtual enviroment
  5. (optional) In poetry shell run pre-commit install - this will install Git hooks with linters

How to work on this repository

I recommend forking it and making pull requests with new productions (or other improvement suggestions) here.