sensorial-systems / ligen

Apache License 2.0
19 stars 3 forks source link

Start Ligen Universal Parser #122

Closed notdanilo closed 11 months ago

notdanilo commented 1 year ago

Ligen Universal Parser is a parser for universal syntaxes:

attribute := identifier = <constraint> // constraint is a Generic Parseable Type. e.g.: Literal, Expression... The Generic Parseable Type can be natively implemented by Ligen Universal Parser like Literal and Expression, or can be created by the library user.

notdanilo commented 1 year ago

Move universal implementations out of ligen-rust-parser and ligen-python-parser to ligen-universal-parser

notdanilo commented 11 months ago

This was implemented