summaryrefslogtreecommitdiff
path: root/devel/py-pyleri/pkg-descr
blob: 7e9ca83aa22cc3470b1d5f54a2c8ec79f9433ee7 (plain) (blame)
1
2
3
4
5
Pyleri is an easy-to-use parser created for SiriDB. We first used lrparsing and
wrote jsleri for auto-completion and suggestions in our web console. Later we
found small issues within the lrparsing module and also had difficulties keeping
the language the same in all projects. That is when we decided to create Pyleri
which can export a created grammar to JavaScript, C, Python, Go and Java.