summaryrefslogtreecommitdiff
path: root/examples/lua_parser.py
Commit message (Collapse)AuthorAgeFilesLines
* Add lookahead on matching identifiers to ensure we aren't matching a keywordptmcg2020-08-171-1/+10
|
* Update lua_parser.py example to include associative arrays and more complete ↵ptmcg2020-08-161-22/+47
| | | | infix notation operators
* Fix up lua parser to parse scripts of zero-or-more statementsPaul McGuire2020-05-311-2/+5
|
* Added lua parser example (see #212)Paul McGuire2020-05-311-0/+256