923 Commits (8b5d85605cb33fcb056b366486da80d32064c88c)

Author SHA1 Message Date
  Erez Sh d7d02e9308 Tiny comment fix 4 years ago
  Erez Sh a13cfcef55 Bugfix in propagate_positions: Corrected to account for 'container nodes' 4 years ago
  Erez Sh 24f653080f More minor refactorings 4 years ago
  Erez Sh 3bc070bc1d Change how propagate_positions work 4 years ago
  Erez Sh da3a993d02 lexer.py: Small simplification 4 years ago
  Erez Sh e5991739ee lexer.py: Small refactor 4 years ago
  Erez Sh 389e7fbf5c lexer.py: Refactored mres operations into a Scanner class. 4 years ago
  Erez Sh ec2ba8826e Docs fix + cleanup 4 years ago
  Erez Sh 44a20c850e Small fix 4 years ago
  MegaIng 67bbb3dc21 Update reconstruct.pyi + add insert_spaces 4 years ago
  MegaIng c44bb3e0cd Raise a GrammarError on empty string literal. 4 years ago
  Erez Sh bf7b1f49ca Fixed Lark's docstring for propagate_positions 4 years ago
  Erez Sh 2737e5cfe0 Added option: propagate_positions='ignore_ws' 4 years ago
  Erez Sh c00a621f62 Small fixes to PR 5 years ago
  Erez Sh 775f6f2b3e Small fix to propagate positions: remove preceding/trailing whitespace 5 years ago
  Erez Sh 2409065529 Refactor PropagatePositions, change Token.pos_in_stream to start_pos 5 years ago
  Erez Sh f7cde8766d Remove tiny dead code 5 years ago
  Aaron Tsang 11eafa3e9e Support 32bit unicode escape sequence 5 years ago
  Erez Sh dbf60e6d76 Docs: Added docstring for Lark.parse_interactive() 5 years ago
  Erez Sh a095071bf4 Version bump 5 years ago
  Erez Sh cf02c497e7 Docs: Small fix in Transformer 5 years ago
  Erez Sh e9f4c0304a Docs: tools page + more explanations 5 years ago
  Erez Sh 0a380b7c2a Added considered_rules to exception for earley. Small improvement to docs and exceptions 5 years ago
  Erez Sh 6cc9d42dc0 Fix for Python 3.4 5 years ago
  Erez Sh 6b67d5f5cd Small adjustments to PR 5 years ago
  Erez Sh 385c35f506 Examples: Better doc for create_ast 5 years ago
  MegaIng1 2e0e55ea2a Added fallback to `get_regexp_width` to not fail on unsupported regex features. 5 years ago
  MegaIng1 97c3202973 Make verify_used_files work with stdlib. 5 years ago
  MegaIng1 2eb5c746ff Removed safe_cache option 5 years ago
  Erez Sh 8e63afdf05 Removed bad ref 5 years ago
  Erez Sh 22c289126f Rename ParserPuppet -> InteractiveParser 5 years ago
  Erez Sh 2a1b03bc65 Rename ParserPuppet -> InteractiveParser 5 years ago
  MegaIng1 0f4ca60d83 Added support for verifying imported files 5 years ago
  MegaIng1 704e7552bd Added support for atomicwrites 5 years ago
  MegaIng1 754f08a622 Added get_puppet, helpers and tests 5 years ago
  Erez Sh 5b0b20762a Small correction to PR 5 years ago
  Gary Geng 94e242f51a Use NotImplemented for __eq__ and use __new__ for LexerThread 5 years ago
  Gary Geng 38ab4232ae make LexerState inherit from object 5 years ago
  Gary Geng 6d6c751a79 Make LexerThread inherit from object 5 years ago
  Gary Geng 83ce0c7a00 Fix copying and comparing of some classes 5 years ago
  Erez Sh 206030ecf7 Docs: Added docstring to Tree.scan_values() 5 years ago
  Erez Sh 0199afa4c8 Cleanup and refactor 5 years ago
  MegaIng1 a202f2c7e8 Fix for cache + inline Transformer 5 years ago
  Erez Sh e56efad1fe Raise correct error when terminal is used within another terminal, by not defined 5 years ago
  MegaIng1 3d5729d5d2 Resolved cyclic dependency by moving deserialize_lexer_conf out of MakeParsingFrontend.deserialize 5 years ago
  Chanic Panic b272dde726 Add cache to ForestToParseTree 5 years ago
  MegaIng1 9252c0387c added configurations checks for postlex+dynamic 5 years ago
  MegaIng1 2e46211fd6 A few updates to stubs (fix #856) 5 years ago
  Erez Sh e24e06bb13 Added ast_utils + example 5 years ago
  Erez Sh 39c5d924e8 Bugfix 5 years ago