1aff84391a 
								
							
								 
							
						 
						
							
							
								
								Added test for match_examples  
							
							
								
							
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								f285cda4f2 
								
							
								 
							
						 
						
							
							
								
								Earley error reporting - initial (Issue  #760 )  
							
							
								
							
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								b3eb2a3120 
								
							
								 
							
						 
						
							
							
								
								Add token_history to UnexpectedToken  
							
							
								
							
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								4e346431d9 
								
									
										
											
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #771  from MegaIng/fix-760  
							
							regression-fix for #760  
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								4e442bc0b8 
								
							
								 
							
						 
						
							
							
								
								regression-fix for  #760  
							
							
								
							
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								29c580f57b 
								
									
										
											
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #769  from ThatXliner/patch-1  
							
							
								
							
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								2e06d4c000 
								
									
										
											
								
							
								 
							
						 
						
							
							
								
								Update README.md  
							
							Fixed pyparsing link to point to 
https://github.com/pyparsing/pyparsing  
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								1fc0810086 
								
									
										
											
								
							
								 
							
						 
						
							
							
								
								Fix broken link in README  
							
							See https://gitter.im/lark-parser/Lobby?at=5fb83369771c185e0eb8c0e2  
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								dc22f2218f 
								
									
										
											
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #767  from gward/lexer-stub  
							
							
								
							
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								68e5e86b5b 
								
							
								 
							
						 
						
							
							
								
								Add missing type hint for Token constructor  
							
							mypy thinks that Token's __init__ is inherited from __str__(). That's
not wrong -- it's just irrelevant, because Token also implements
__new__(). Token's _effective_ constructor signature is determined by
its __new__() method, so that's what I have used in the type hint.
Not clear if 'value' is supposed to be Any, but that's what I need in
my application. And it works just fine! 
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								11a0052eb5 
								
							
								 
							
						 
						
							
							
								
								Fix incorrect type hint for 'lexer' argument to Lark constructor  
							
							The code is crystal clear:
  assert lexer in ('standard', ...) or issubclass(lexer, Lexer)
But the type hint said that lexer must be an _instance_ of Lexer, not
a subclass. This change fixes it to require a subclass of Lexer. 
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								074a7c7e12 
								
									
										
											
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #766  from MegaIng/patch-3  
							
							Adding missing Testcase to `__main__` 
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								a4ddb1e84f 
								
									
										
											
								
							
								 
							
						 
						
							
							
								
								Adding missing Testcase to `__main__`  
							
							
								
							
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								c715426f32 
								
							
								 
							
						 
						
							
							
								
								Version bump to 0.11.1  
							
							
								
							
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								1a3df7909f 
								
									
										
											
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #755  from chanicpanic/fix-index-error  
							
							Fix IndexError 
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								a98c108bf5 
								
									
										
											
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #762  from ThatXliner/patch-1  
							
							📝  Updated docs 
						5 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								fecfe87a40 
								
									
										
											
								
							
								 
							
						 
						
							
							
								
								📝  Updated docs  
							
							Replaced the notice saying only `common.lark` is available into "`common.lark`, `python.lark`, and `unicode.lark`". 
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								27ef9fcbf0 
								
							
								 
							
						 
						
							
							
								
								Add information about debug=True (Issue  #750 )  
							
							
								
							
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								5f230c6663 
								
							
								 
							
						 
						
							
							
								
								Version bump  
							
							
								
							
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								cd78243b82 
								
							
								 
							
						 
						
							
							
								
								Examples: Added new syntax to python grammar  
							
							
								
							
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								ce28af82ca 
								
									
										
											
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #759  from MegaIng/fix-758  
							
							Make `LALR_CustomLexerWrapper` behave correctly + tests 
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								2d8bd42315 
								
							
								 
							
						 
						
							
							
								
								Make `LALR_CustomLexerWrapper` behave correctly + tests  
							
							
								
							
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								13abf7ca3a 
								
							
								 
							
						 
						
							
							
								
								Add test for custom indenter  
							
							
								
							
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								4246477aae 
								
									
										
											
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #756  from MegaIng/patch-2  
							
							Make `UnexpectedCharacters` print the repr 
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								633a6dfee8 
								
									
										
											
								
							
								 
							
						 
						
							
							
								
								Make `UnexpectedCharacters` print the repr  
							
							This is an additional response to #738 .
I also often came across this when unexpectedly having a newline, which would previously result in the message being split up across two lines. This PR makes it easier to identify exactly which special character is causing problems. 
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								ff155cd21a 
								
							
								 
							
						 
						
							
							
								
								Added unicode.lark (Issue  #738 )  
							
							
								
							
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								820e185dca 
								
							
								 
							
						 
						
							
							
								
								Fix IndexError (issue  #754 )  
							
							
								
							
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								5149d38e25 
								
							
								 
							
						 
						
							
							
								
								tools.nearley: Add support for case-insensitive strings (Issue  #753 )  
							
							
								
							
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								5b30ba4841 
								
							
								 
							
						 
						
							
							
								
								Cleanup, and a few PEP8 changes  
							
							
								
							
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								ab0781d8ab 
								
							
								 
							
						 
						
							
							
								
								Merge branch 'chanicpanic-fix-cycle-handling'  
							
							
								
							
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								16f2f73d15 
								
							
								 
							
						 
						
							
							
								
								Adjust PR - Change warning to debug  
							
							
								
							
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								26643eef84 
								
							
								 
							
						 
						
							
							
								
								Merge branch 'fix-cycle-handling' of  https://github.com/chanicpanic/lark  into chanicpanic-fix-cycle-handling  
							
							
								
							
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								1a44f8ff91 
								
							
								 
							
						 
						
							
							
								
								Release candidate  
							
							
								
							
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								e3c7564fa0 
								
							
								 
							
						 
						
							
							
								
								Add debug attribute to ForestToParseTree  
							
							
								
							
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								d6ef539199 
								
							
								 
							
						 
						
							
							
								
								Add tests for SPPF cycles  
							
							
								
							
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								c017525e50 
								
							
								 
							
						 
						
							
							
								
								Fix issues with SPPF cycle handling  
							
							
								
							
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								19fc3c7520 
								
							
								 
							
						 
						
							
							
								
								Small fix to Earley debuging  
							
							
								
							
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								0aac2760c8 
								
									
										
											
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #739  from imba-tjd/patch-1  
							
							
								
							
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								3d0fe705fb 
								
									
										
											
								
							
								 
							
						 
						
							
							
								
								docs/chore: Of -> of  
							
							
								
							
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								20b55fff56 
								
									
										
											
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #728  from wiene/fix_typo  
							
							Fix a typo 
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								577765ce80 
								
									
										
											
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #734  from fabioz/patch-1  
							
							
								
							
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								6d4b0c9676 
								
									
										
											
								
							
								 
							
						 
						
							
							
								
								Fix lark.pyi stub syntax  
							
							
								
							
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								762fd82da1 
								
							
								 
							
						 
						
							
							
								
								Updated link to SPPF explanation  
							
							
								
							
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								2f2f7e70e7 
								
							
								 
							
						 
						
							
							
								
								Added SPPF explanation page (mirror, original site went down)  
							
							
								
							
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								3aab72fffd 
								
							
								 
							
						 
						
							
							
								
								Merge branch 'MegaIng-custom_import_sources'  
							
							
								
							
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								bc3923aed8 
								
							
								 
							
						 
						
							
							
								
								Added more terminals to grammars/ folder  
							
							
								
							
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								f2d66a6d5c 
								
							
								 
							
						 
						
							
							
								
								Merge branch 'custom_import_sources' of  https://github.com/MegaIng/lark  into MegaIng-custom_import_sources  
							
							Resolved conflicts manually /erez 
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								2170e7edc8 
								
									
										
											
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #731  from decorator-factory/master  
							
							Add documentation on the `x` regexp flag 
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								d82264d5c6 
								
									
										
											
								
							
								 
							
						 
						
							
							
								
								Add documentation on the `x` regexp flag  
							
							Multiline regexps were added in https://github.com/lark-parser/lark/pull/645  
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								47df8b5a6a 
								
							
								 
							
						 
						
							
							
								
								Improve docs  
							
							
								
							
							
						 
						5 years ago