Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gianlucatruda/parsely

Parsely for Lexical and Syntactic Analysis
https://github.com/gianlucatruda/parsely

compiler grammar graphviz langauge lexer parsely parser parsing python syntax tree

Last synced: about 1 month ago
JSON representation

Parsely for Lexical and Syntactic Analysis

Awesome Lists containing this project

README

        

# Parsely lexical and syntactic analyser

Truda G, Toyer Z, Moolla T, Murray J, Sprung B

Read the [full whitepaper](http://bit.ly/parselyPaper)




## Dependencies

To visualise, you need [graphviz](http://graphviz.readthedocs.io/en/stable/manual.html#installation) python library and [graphviz for your OS](http://www.graphviz.org/download/). See requirements.txt for more.

You can still run
```
$python driver.py
```
even without the dependencies.