9ec9acf115 
								
							
								 
							
						 
						
							
							
								
								The standalone parser is now licensed under MPL2 (instead of GPL) (Issue  #507 )  
							
							
								
							
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								de1f619fcd 
								
							
								 
							
						 
						
							
							
								
								Bugfix in stand-alone parser (Issue  #514 )  
							
							
								
							
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								9552f001b2 
								
									
										
											
								
							
								 
							
						 
						
							
							
								
								Update lark.lark  
							
							
								
							
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								ec67938933 
								
									
										
											
								
							
								 
							
						 
						
							
							
								
								Small correction in lark.lark  
							
							Added multi-name-imports to the lark.lark grammar. 
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								182385d7b7 
								
							
								 
							
						 
						
							
							
								
								Removed bad syntax: *? and +? no longer accepted by the grammar parser (Issue  #511 )  
							
							
								
							
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								4db56dc8b0 
								
							
								 
							
						 
						
							
							
								
								Added shebang to example script (Issue  #504 )  
							
							
								
							
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								5682dcc57a 
								
							
								 
							
						 
						
							
							
								
								Added python_bytecode example + Tiny bugfix  
							
							
								
							
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								b2f1b3bf7c 
								
							
								 
							
						 
						
							
							
								
								Small fixes  
							
							
								
							
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								b9c81a5450 
								
							
								 
							
						 
						
							
							
								
								Refactor: Simplify code by assuming rule.options is never None  
							
							
								
							
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								f7a6366b6c 
								
							
								 
							
						 
						
							
							
								
								Make the JSON parser fast again  
							
							
								
							
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								ed3c131ca8 
								
							
								 
							
						 
						
							
							
								
								Allow comments in rule definitions  
							
							
								
							
							
						 
						6 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								58d6d9fac1 
								
							
								 
							
						 
						
							
							
								
								Added Token.end_pos, and updated docs regarding recent commits  
							
							
								
							
							
						 
						6 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								84f08a452f 
								
							
								 
							
						 
						
							
							
								
								propagate_positions & maybe_placeholders are now true by default, updated docs, tests & examples accordingly (Issue  #449 ,  #451 )  
							
							
								
							
							
						 
						6 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								7b43742afd 
								
							
								 
							
						 
						
							
							
								
								Fixed IMAG_NUMBER in the Python3 grammar (Issue  #387 )  
							
							
								
							
							
						 
						6 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								d48e037ca7 
								
							
								 
							
						 
						
							
							
								
								Updated standalone example  
							
							
								
							
							
						 
						6 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								bb123e0999 
								
							
								 
							
						 
						
							
							
								
								Examples: add import example  
							
							
								
							
							
						 
						6 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								8ffce48c24 
								
							
								 
							
						 
						
							
							
								
								Examples: update lark.lark  
							
							Include relative imports and rule rewrite 
							
						 
						6 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								817881bb07 
								
							
								 
							
						 
						
							
							
								
								Docs: Fixup  
							
							
								
							
							
						 
						6 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								01c25dd0c8 
								
							
								 
							
						 
						
							
							
								
								Docs: Added instructions on how to run the examples  
							
							
								
							
							
						 
						6 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								48351c3d3e 
								
							
								 
							
						 
						
							
							
								
								Trimmed whitespaces and ensured a new line on the end of the file  
							
							
								
							
							
						 
						6 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								c2a5f09ad5 
								
									
										
											
								
							
								 
							
						 
						
							
							
								
								number add BIN_NUMBER  
							
							Without BIN_NUMBER, the following error occurs:
lark.exceptions.UnexpectedCharacters: No terminal defined for 'b' at line 1 col 2
0b10
 ^ 
							
						 
						6 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								28a8cb1cc7 
								
							
								 
							
						 
						
							
							
								
								Improved docs  
							
							
								
							
							
						 
						7 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								2be35e3e38 
								
							
								 
							
						 
						
							
							
								
								Added custom_lexer to examples/README  
							
							
								
							
							
						 
						7 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								a49df1b2e4 
								
							
								 
							
						 
						
							
							
								
								Added option to provide a custom lexer (with example)  
							
							
								
							
							
						 
						7 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								e7212261b2 
								
							
								 
							
						 
						
							
							
								
								Fixed examples for error reporting  
							
							
								
							
							
						 
						7 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								d11c67fea0 
								
							
								 
							
						 
						
							
							
								
								Fixed reconstruct  
							
							
								
							
							
						 
						7 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								847870fdc8 
								
							
								 
							
						 
						
							
							
								
								Improved documentation and code style (minor)  
							
							
								
							
							
						 
						7 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								fc6169732e 
								
							
								 
							
						 
						
							
							
								
								Updated performance comparison to include ANTLR  
							
							
								
							
							
						 
						7 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								5c6df8e825 
								
							
								 
							
						 
						
							
							
								
								Moved and restructured exceptions  
							
							* All exceptions are now under exceptions.py
* UnexpectedInput is now superclass of UnexpectedToken and UnexpectedCharacters,
  all of which support the get_context() and match_examples() methods. 
							
						 
						7 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								6d76a4ce8d 
								
							
								 
							
						 
						
							
							
								
								visitor_args -> v_args  
							
							
								
							
							
						 
						7 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								5cb7f2cb78 
								
							
								 
							
						 
						
							
							
								
								Added %declare to examples/lark.lark  
							
							
								
							
							
						 
						7 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								34cd792ffc 
								
							
								 
							
						 
						
							
							
								
								Fixed Python grammars, and a bug in newline detection  
							
							
								
							
							
						 
						7 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								ac0d49e7ab 
								
							
								 
							
						 
						
							
							
								
								Added %declare  
							
							
								
							
							
						 
						7 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								9b8b383510 
								
							
								 
							
						 
						
							
							
								
								A requirements file for the examples is an overkill  
							
							
								
							
							
						 
						7 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								ac219555f9 
								
							
								 
							
						 
						
							
							
								
								Improvements  
							
							
								
							
							
						 
						7 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								895e056e74 
								
							
								 
							
						 
						
							
							
								
								Fixes  
							
							
								
							
							
						 
						7 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								47ff0e99fc 
								
							
								 
							
						 
						
							
							
								
								New example showing how to use lark+qscintilla (Issue  #150 )  
							
							
								
							
							
						 
						7 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								6bfc27c11d 
								
							
								 
							
						 
						
							
							
								
								New transformers near completion  
							
							Nearley tool still needs fixing 
							
						 
						7 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								4864a1cf4d 
								
							
								 
							
						 
						
							
							
								
								More work  
							
							
								
							
							
						 
						7 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								33caa391d5 
								
							
								 
							
						 
						
							
							
								
								Breaking backwards compatibility:  
							
							* Removed the scanless parsing feature (dynamic lexing is king)
* Default LALR lexer is now contextual 
							
						 
						7 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								cf7ddeee88 
								
							
								 
							
						 
						
							
							
								
								Earley working too  
							
							
								
							
							
						 
						7 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								67f372c994 
								
							
								 
							
						 
						
							
							
								
								Symbols instead of strings - initial  
							
							
								
							
							
						 
						7 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								836735211f 
								
							
								 
							
						 
						
							
							
								
								Resolved upstream changes to use new file-extension  
							
							- @erezsh  added the new Lark reference and some other things using the
  current .g extension, so I wanted to resolve them for PR #117 
- Renamed lark.g to lark.lark.
- Changed lark_grammar.py to use .lark file extensions.
- Changed urls that used .g to use .lark. 
							
						 
						7 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								0a40137ac7 
								
									
										
											
								
							
								 
							
						 
						
							
							
								
								Update README.md  
							
							
								
							
							
						 
						7 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								51644a6c58 
								
							
								 
							
						 
						
							
							
								
								Added examples/lark.g - Reference implementation of the Lark grammar  
							
							(inspired by issue #116 ) 
							
						 
						7 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								209a3fe8fd 
								
							
								 
							
						 
						
							
							
								
								Interface improvements for the Lark instance  
							
							
								
							
							
						 
						7 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								599b80e30a 
								
							
								 
							
						 
						
							
							
								
								Added example for error reporting with LALR  
							
							
								
							
							
						 
						7 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								ca3d4ca6f4 
								
							
								 
							
						 
						
							
							
								
								Changing changes from .lrk to .lark  
							
							
								
							
							
						 
						7 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								ff588714c1 
								
							
								 
							
						 
						
							
							
								
								Changed Lark standalone file extension  
							
							- Reasoning addressed in Issue #116 
- Renamed example and grammars file to use new extension.
- Changed `.g` to new extension of `.lrk` in places where it is
  referenced. 
							
						 
						7 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								d77f93c818 
								
							
								 
							
						 
						
							
							
								
								Standalone generator working again. Updated examples  
							
							
								
							
							
						 
						7 years ago