998 Commits (81fa0398723966b77bb2df87aeb998cdef5bf7d9)

Author SHA1 Message Date
  Erez Sh f7cde8766d Remove tiny dead code 4 years ago
  Aaron Tsang 11eafa3e9e Support 32bit unicode escape sequence 4 years ago
  Erez Sh dbf60e6d76 Docs: Added docstring for Lark.parse_interactive() 4 years ago
  Erez Sh a095071bf4 Version bump 4 years ago
  Erez Sh cf02c497e7 Docs: Small fix in Transformer 4 years ago
  Erez Sh e9f4c0304a Docs: tools page + more explanations 4 years ago
  Erez Sh 0a380b7c2a Added considered_rules to exception for earley. Small improvement to docs and exceptions 4 years ago
  Erez Sh 6cc9d42dc0 Fix for Python 3.4 4 years ago
  Erez Sh 6b67d5f5cd Small adjustments to PR 4 years ago
  Erez Sh 385c35f506 Examples: Better doc for create_ast 4 years ago
  MegaIng1 2e0e55ea2a Added fallback to `get_regexp_width` to not fail on unsupported regex features. 4 years ago
  MegaIng1 97c3202973 Make verify_used_files work with stdlib. 4 years ago
  MegaIng1 2eb5c746ff Removed safe_cache option 4 years ago
  Erez Sh 8e63afdf05 Removed bad ref 4 years ago
  Erez Sh 22c289126f Rename ParserPuppet -> InteractiveParser 4 years ago
  Erez Sh 2a1b03bc65 Rename ParserPuppet -> InteractiveParser 4 years ago
  MegaIng1 0f4ca60d83 Added support for verifying imported files 4 years ago
  MegaIng1 704e7552bd Added support for atomicwrites 4 years ago
  MegaIng1 754f08a622 Added get_puppet, helpers and tests 4 years ago
  Erez Sh 5b0b20762a Small correction to PR 4 years ago
  Gary Geng 94e242f51a Use NotImplemented for __eq__ and use __new__ for LexerThread 4 years ago
  Gary Geng 38ab4232ae make LexerState inherit from object 4 years ago
  Gary Geng 6d6c751a79 Make LexerThread inherit from object 4 years ago
  Gary Geng 83ce0c7a00 Fix copying and comparing of some classes 4 years ago
  Erez Sh 206030ecf7 Docs: Added docstring to Tree.scan_values() 4 years ago
  Erez Sh 0199afa4c8 Cleanup and refactor 4 years ago
  MegaIng1 a202f2c7e8 Fix for cache + inline Transformer 4 years ago
  Erez Sh e56efad1fe Raise correct error when terminal is used within another terminal, by not defined 4 years ago
  MegaIng1 3d5729d5d2 Resolved cyclic dependency by moving deserialize_lexer_conf out of MakeParsingFrontend.deserialize 4 years ago
  Chanic Panic b272dde726 Add cache to ForestToParseTree 4 years ago
  MegaIng1 9252c0387c added configurations checks for postlex+dynamic 4 years ago
  MegaIng1 2e46211fd6 A few updates to stubs (fix #856) 4 years ago
  Erez Sh e24e06bb13 Added ast_utils + example 4 years ago
  Erez Sh 39c5d924e8 Bugfix 4 years ago
  Erez Sh 7ce0f7015f Added load_grammar.find_grammar_errors 4 years ago
  Erez Sh 08603a49d8 Grammar cache now contains md5 inside (Issue #835) 4 years ago
  Erez Sh 8c7be8310c Version bump (0.11.2) 4 years ago
  Erez Sh a169f0b354 Better error messages 4 years ago
  Erez Sh d2348168bf Small refactor 4 years ago
  MegaIng1 c621eeb369 Fix for #818 + tests 4 years ago
  MegaIng1 7f795e8271 Fix for #826 (Thanks @mikeiovine) + stubs + tests 4 years ago
  Chanic Panic e88646b586 Fix an SPPF cycle edge case (Issue #820) 4 years ago
  Erez Sh 1d61de4f94 Fix .pyi files 4 years ago
  Erez Sh fd3be9d8d6 Brought back the removal of unused rules/terminals in imported grammars 4 years ago
  Erez Sh 8cfe52fb77 Examples: Added example of extending the Python grammar 4 years ago
  Erez Sh 58c9435e80 Refactored and added grammar tests 4 years ago
  Erez Sh d18e009fa4 PR refactor: Simplified load_grammar 4 years ago
  Erez Sh 2ffb55b88f Indenter now throws DedentError instead of AssertionError 4 years ago
  MegaIng1 d98925525f Fix for slices getting reduce to single getitem 4 years ago
  MegaIng1 b6b31548ca Fix for review + Removed unused functions 4 years ago