Skip to content

Instantly share code, notes, and snippets.

View stdk's full-sized avatar

Victor stdk

  • Larch Networks
  • Kiev
View GitHub Profile
#!/usr/bin/python
import itertools
DEBUG=False
tokens = ('NODE','NUMBER')
literals = ('|','{','}','[',']','$','=',';','~','.','+')
states = (
('comment','exclusive'),