samvv / mage

A work-in-progress lexer/parser generator for a growing number of languages
1 stars 1 forks source link

Find a way to make separator elements optional when constructing a CST node #11

Closed samvv closed 3 months ago

samvv commented 3 months ago

Fixed a couple of commits ago by introducing the Punctuated class in Python code and the new PunctType in the representation generator.