ghuysmans / autogramm

PLY grammar visualization tool
GNU General Public License v3.0
1 stars 0 forks source link

Barely usable lexer #1

Open ghuysmans opened 8 years ago

ghuysmans commented 8 years ago

Python lexing is far from complete.

ghuysmans commented 8 years ago

It should recognize grammar tokens (:, |, etc.) inside " and ', too. Maybe I could define these rules in the INITIAL state to reuse them later in the delimiter-specific states (", ', """, ''')...