Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/gianlucatruda/parsely
- Owner: gianlucatruda
- Created: 2018-03-23T13:31:53.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-02T20:10:24.000Z (almost 7 years ago)
- Last Synced: 2024-12-06T19:11:32.503Z (about 2 months ago)
- Topics: compiler, grammar, graphviz, langauge, lexer, parsely, parser, parsing, python, syntax, tree
- Language: Python
- Homepage: http://bit.ly/parselyPaper
- Size: 239 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.