├── technotes
├── end-html.txt
├── new-expression-parser.txt
├── template-creator.pl
├── tracking.txt
├── start-html.txt
├── scratchpad.txt
├── sidebar.html
├── pydoc-analytics.pl
├── graphing.txt
├── formatter.txt
├── railroad.txt
└── web-template.html
├── .gitignore
├── MANIFEST.in
├── upload-docs
├── README.txt
├── docs
├── .gitignore
├── parcon-download.md
├── index.html
├── parcon-examples.md
├── parcon-tutorial.md
└── parcon-donate.md
├── parcon
├── options.py
├── socket.py
├── pargon
│ ├── nbo.py
│ └── __init__.py
├── tests.py
├── binary.py
├── railroad
│ ├── regex.py
│ ├── __init__.py
│ └── raildraw.py
├── testframework.py
├── bnf.py
├── graph.py
├── ordered_dict.py
├── static.py
└── pargen
│ └── __init__.py
├── generate
└── setup.py
/technotes/end-html.txt:
--------------------------------------------------------------------------------
1 |