summaryrefslogtreecommitdiff
path: root/src/examples/verilogParse.py
Commit message (Collapse)AuthorAgeFilesLines
* Move src to rootCengiz Kaygusuz2017-11-201-720/+0
|
* Fix deprecated use of '\' as described in https://bugs.python.org/issue27364 ↵Paul McGuire2017-03-031-1/+1
| | | | (Deprecated in Python 3.6, will become SyntaxError in a future release)
* Removed deprecated class Upcase and deprecated class keepOriginalText; ↵Paul McGuire2016-02-071-1/+1
| | | | updated examples to remove those symbols, and to replace operatorPrecedence with infixNotation
* Clean up examples to be Python 3 compatiblePaul McGuire2012-11-231-23/+23
|
* Add example files to SVNPaul McGuire2012-10-021-0/+720