./devel/py-pyleri, Python Left-Right Parser

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.4.3, Package name: py311-pyleri-1.4.3, Maintainer: pkgsrc-users

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.


Master sites:

Filesize: 35.265 KB

Version history: (Expand)


CVS history: (Expand)


   2024-04-17 12:19:12 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-pyleri: updated to 1.4.3

1.4.3

Don't raise UnusedElementError when used has more elems than Grammar
   2023-03-16 18:40:32 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-pyleri: updated to 1.4.2

1.4.2
Fixed typing for delimiter on the List type.
Small PEP-8 fix.
   2022-08-23 23:21:05 by Thomas Klausner | Files touched by this commit (4)
Log message:
devel/py-pyleri: import py-pyleri-1.4.1

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.