summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Improvements to output file handling. Python2/3 compatibility. Table generationDavid Beazley2015-04-195-36/+94
|
* Modified yacc.py to only record the base filename in parsetab.py. See issue #58David Beazley2015-04-192-4/+5
|
* Pull request 51. Minor formatting cleanupDavid Beazley2015-04-171-2/+2
|
* Minor cleanup related to pull request 35David Beazley2015-04-171-3/+6
|
* Merge branch 'master' of https://github.com/dabeaz/plyDavid Beazley2015-04-171-0/+22
|\ | | | | | | Merging pull request 55.
| * Merge pull request #55 from gabrielaraujof/masterDavid Beazley2015-04-171-0/+22
| |\ | | | | | | Added the option for defining EOF rules
| | * Deleted the warning for no t_eof rule definedGabriel Araujo2015-01-221-2/+0
| | | | | | | | | | | | | | | The warning for no t_eof rule defined was breaking the tests. Must be added later after updating tests.
| | * Added the option of defining EOF rulesGabriel Araujo2015-01-221-0/+24
| | | | | | | | | | | | | | | One can define rules which will be triggered when the end of file (or input stream) is reached.
* | | Fixed documentation typosDavid Beazley2015-04-171-12/+12
|/ /
* | Updated Travis configDavid Beazley2015-04-172-3/+23
| |
* | Different approach for testing pyo filesDavid Beazley2015-04-171-16/+26
| |
* | Merge pull request #42 from RichardUSTC/masterDavid Beazley2015-04-171-1/+1
|\ \ | | | | | | fix regular expression bug of t_XOREQUAL in clex.py of the 'ansic' example
| * | fix regular expression bug of t_XOREQUALRichardUSTC2013-11-251-1/+1
| | |
* | | Fixed Issue #44. call_errorfunc() should return the result of errorfunc()David Beazley2015-04-172-0/+4
| | |
* | | Added comment about verbose mode and using \s and [#]David Beazley2015-04-173-3/+23
| | |
* | | Test improvements for Python >3.4 and PyPyDavid Beazley2015-04-162-41/+63
| | |
* | | Fixed yacc start keyword and parsetab caching #52David Beazley2015-04-161-0/+4
| |/ |/|
* | Fixed flex linkDavid Beazley2015-01-161-1/+1
| |
* | Fixed doc typoDavid Beazley2015-01-151-1/+1
|/
* Minor code cleanupsDavid Beazley2013-05-291-34/+34
|
* Fixed issue #23. Filter out deprecation warnings in unit tests.David Beazley2013-05-292-1/+6
|
* Fixed issue 21David Beazley2013-05-292-1/+5
|
* Fixed formattingDavid Beazley2013-05-291-103/+103
|
* Renamed README -> README.mdDavid Beazley2013-05-291-0/+0
|
* Fixed from __future__ import unicode_literals bugDavid Beazley2013-05-294-4/+92
|
* Added Travis-CIDavid Beazley2013-05-294-3/+16
|
* Added a .gitignore fileDavid Beazley2013-05-291-0/+3
|
* Added a .gitignore fileDavid Beazley2013-05-291-0/+9
|
* Source encoding patchDavid Beazley2013-05-291-0/+7
|
* Merge pull request #33 from mdboom/load_unicode_fileDavid Beazley2013-05-292-42/+31
|\ | | | | Support defining lexers in source files with a magic coding comment
| * Make the yacc parser handle being defined in source files with magic coding ↵Michael Droettboom2013-05-161-22/+17
| | | | | | | | comments
| * Support defining lexers in Python files with a magic coding comment. This ↵Michael Droettboom2013-05-151-20/+14
| | | | | | | | works by using `inspect` to get the already decoding source lines rather than opening the source file directly using `open`.
* | More test fixesDavid Beazley2013-05-212-2/+11
| |
* | Corrected attributedDavid Beazley2013-05-211-1/+1
| |
* | Unit test fixDavid Beazley2013-05-211-0/+5
| |
* | Fixed yacc tests to account for dict hash key randomizationDavid Beazley2013-05-213-7/+24
|/
* recent changesDavid Beazley2012-10-151-0/+8
|
* Fixed whitespace handling in commentsDavid Beazley2012-10-151-5/+15
|
* Fixed rule namesDavid Beazley2012-10-151-3/+3
|
* reverted p_error() APIDavid Beazley2012-04-261-1/+1
|
* Reverted p_error() APIDavid Beazley2012-04-261-11/+7
|
* Reverted p_error() APIDavid Beazley2012-04-261-4/+5
|
* Reverted p_error() APIDavid Beazley2012-04-261-9/+9
|
* reverted p_error() APIDavid Beazley2012-04-261-1/+1
|
* Reverted p_error() APIDavid Beazley2012-04-261-1/+1
|
* Changes to panic mode error recoveryDavid Beazley2012-04-2612-48/+291
|
* Fixed lexer line tracking.David Beazley2012-04-261-1/+1
|
* Enhanced tracking of positional information in error tokens.David Beazley2012-04-191-2/+20
|
* Enhanced position tracking in errorsDavid Beazley2012-04-191-0/+27
|
* New test added.David Beazley2012-04-191-1/+12
|