dc94ebc42f 
								
							
								 
							
						 
						
							
							
								
								Fix Earley non-determinism  
							
							Rule.order should be set as the index of each expansion with rules
of the same name (e.g: a : b    # rule.order 1 | c    # rule.order 2). 
							
						 
						6 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								d845aa3bf1 
								
							
								 
							
						 
						
							
							
								
								Add debug flag to Early and XEarley to allow dumping the SPPF  
							
							
								
							
							
						 
						6 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								4266db9ca1 
								
							
								 
							
						 
						
							
							
								
								Fix for readthedocs (yet another attempt)  
							
							
								
							
							
						 
						6 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								06bc432de3 
								
							
								 
							
						 
						
							
							
								
								Fix for readthedocs (another attempt)  
							
							
								
							
							
						 
						6 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								4bf67aa2d6 
								
							
								 
							
						 
						
							
							
								
								Fix for readthedocs  
							
							
								
							
							
						 
						6 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								ad9a9cf37a 
								
							
								 
							
						 
						
							
							
								
								Added readthedocs.yml (Issue  #426 )  
							
							
								
							
							
						 
						6 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								7e8488d1a0 
								
							
								 
							
						 
						
							
							
								
								Fixed issue  #425 , keeping in mind unicode issue  #411  
							
							
								
							
							
						 
						6 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								d5036eefdd 
								
							
								 
							
						 
						
							
							
								
								Serialize tool: Multiple start symbols + bugfix  
							
							
								
							
							
						 
						6 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								3cdee35af5 
								
							
								 
							
						 
						
							
							
								
								Version bump  
							
							
								
							
							
						 
						6 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								9ca74d7f67 
								
							
								 
							
						 
						
							
							
								
								Added the serialize tool for exporting Lark state & analysis  
							
							
								
							
							
						 
						6 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								71c4abfb24 
								
							
								 
							
						 
						
							
							
								
								Fixed error message (Issue  #380 )  
							
							
								
							
							
						 
						6 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								c5c763580e 
								
							
								 
							
						 
						
							
							
								
								Fixed test for newline detection  
							
							
								
							
							
						 
						6 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								03ae3e1c0f 
								
							
								 
							
						 
						
							
							
								
								Add .idea (Pycharm) to .gitignore  
							
							
								
							
							
						 
						6 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								1e4dbac58c 
								
							
								 
							
						 
						
							
							
								
								Fix undetected newlines on ignored tokens  
							
							
								
							
							
						 
						6 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								e8c67839c2 
								
							
								 
							
						 
						
							
							
								
								Test if lexer correctly detects newlines  
							
							
								
							
							
						 
						6 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								dd3a812fea 
								
							
								 
							
						 
						
							
							
								
								Version bump (0.7.2)  
							
							
								
							
							
						 
						6 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								7add0e1f3f 
								
							
								 
							
						 
						
							
							
								
								Memoize get_regexp_width (Issue  #413 )  
							
							
								
							
							
						 
						6 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								0d164bd344 
								
							
								 
							
						 
						
							
							
								
								Added get_terminal() method (Issue  #412 )  
							
							
								
							
							
						 
						6 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								d952f2a069 
								
							
								 
							
						 
						
							
							
								
								Token values are now always unicode (resolves issue  #411 )  
							
							
								
							
							
						 
						6 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								8e9da6a6d6 
								
							
								 
							
						 
						
							
							
								
								Minor optimization in LALR (and fix for last commit)  
							
							
								
							
							
						 
						6 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								39b0d76914 
								
							
								 
							
						 
						
							
							
								
								Minor optimization in LALR (thanks to  @Raekye )  
							
							
								
							
							
						 
						6 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								c87cbc6322 
								
							
								 
							
						 
						
							
							
								
								Removed some dead code  
							
							
								
							
							
						 
						6 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								e3cbd7aadc 
								
							
								 
							
						 
						
							
							
								
								Negative priority now allowed in rules and tokens. Updated docs about priority  
							
							
								
							
							
						 
						6 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								94e7e82a19 
								
							
								 
							
						 
						
							
							
								
								Updated docstrings for multiple start symbols  
							
							
								
							
							
						 
						6 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								79ca7616dd 
								
							
								 
							
						 
						
							
							
								
								Merge branch 'master' into lalr_refactor2  
							
							
								
							
							
						 
						6 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								505c46e9ba 
								
							
								 
							
						 
						
							
							
								
								Cleaned up a test  
							
							
								
							
							
						 
						6 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								be2e860c83 
								
							
								 
							
						 
						
							
							
								
								Added to tests: Make sure the standalone parser is reusable  
							
							
								
							
							
						 
						6 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								bcc4e67bce 
								
							
								 
							
						 
						
							
							
								
								CYK also working  
							
							
								
							
							
						 
						6 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								2625d68869 
								
							
								 
							
						 
						
							
							
								
								multi start, all tests passing except cyk  
							
							
								
							
							
						 
						6 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								71fe87964a 
								
							
								 
							
						 
						
							
							
								
								Small refactor in grammar analysis  
							
							
								
							
							
						 
						6 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								f1e844accd 
								
							
								 
							
						 
						
							
							
								
								Mid work. Not promising  
							
							
								
							
							
						 
						6 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								39a17f1d56 
								
							
								 
							
						 
						
							
							
								
								Fixed broken link in docs (Issue  #399 )  
							
							
								
							
							
						 
						6 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								f814d91f9d 
								
							
								 
							
						 
						
							
							
								
								Removed possibly problematic code (Issue  #372 )  
							
							
								
							
							
						 
						6 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								db4ae9d20b 
								
									
										
											
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #393  from davaya/master  
							
							Clarify handling of filtered terminals 
							
						 
						6 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								6a14e25f40 
								
									
										
											
								
							
								 
							
						 
						
							
							
								
								Update description of terminals  
							
							
								
							
							
						 
						6 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								9a64d2124b 
								
									
										
											
								
							
								 
							
						 
						
							
							
								
								Clarify handling of filtered terminals  
							
							
								
							
							
						 
						6 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								335be9d289 
								
									
										
											
								
							
								 
							
						 
						
							
							
								
								Update README.md  
							
							
								
							
							
						 
						6 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								8e81dc0061 
								
									
										
											
								
							
								 
							
						 
						
							
							
								
								Update "Projects using Lark"  
							
							
								
							
							
						 
						6 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								c85e7f4f48 
								
									
										
											
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #371  from pvinci/master  
							
							Fix DeprecationWarning in lalr_analysis.py 
							
						 
						6 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								7b43742afd 
								
							
								 
							
						 
						
							
							
								
								Fixed IMAG_NUMBER in the Python3 grammar (Issue  #387 )  
							
							
								
							
							
						 
						6 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								e79689dce7 
								
							
								 
							
						 
						
							
							
								
								Remove unused rules (Issue  #384 )  
							
							
								
							
							
						 
						6 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								80fd20facb 
								
							
								 
							
						 
						
							
							
								
								Merge branch 'elektito-embedded-inplace-transformer'  
							
							
								
							
							
						 
						6 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								a9106df824 
								
							
								 
							
						 
						
							
							
								
								Corrected thee Transformer's whole_tree interface, for both internal and external use  
							
							
								
							
							
						 
						6 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								f71df240b6 
								
							
								 
							
						 
						
							
							
								
								Removed Python2 incompatibility  
							
							
								
							
							
						 
						6 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								e5868415eb 
								
							
								 
							
						 
						
							
							
								
								Implement embedded in-place transformers. See  #378 .  
							
							As discussed in issue #378 , when an embedded transformer (that is, one
passed to the Lark class using the transformer argument), is an
inplace transformer (either a subclass of Transformer_InPlace, or with
the @v_args(tree=True) decorator), the in-place transformer was not
working correctly and in-fact Lark used it like a normal non-in-place
transformer, expecting it to return the transformed value. 
							
						 
						6 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								0f9dfdd623 
								
							
								 
							
						 
						
							
							
								
								Re-implemented CustomLexer after regression (Issue  #377 )  
							
							
								
							
							
						 
						6 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								29ef3efeb9 
								
									
										
											
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #373  from fbindel/pydot-more-attributes  
							
							Allow any graph attribute in `pydot__tree_to_png`. 
							
						 
						6 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								09afcfcfc7 
								
							
								 
							
						 
						
							
							
								
								Allow any graph attribute in `pydot__tree_to_png`.  
							
							Keeping the explicit `rankdir="LR"` as default, add `kwargs`
to `pydot__tree_to_png` and `pydot.Dot` so that all graphviz
attributes are available for the graph. 
							
						 
						6 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								28e571f1c6 
								
							
								 
							
						 
						
							
							
								
								Fix DeprecationWarning in lalr_analysis.py  
							
							Under python 3.3+, logging.warn is deprecated.
Use logging.warning instead.
Fixes: /Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/lark/parsers/lalr_analysis.py:87: DeprecationWarning: The 'warn' function is deprecated, use 'warning' instead 
							
						 
						6 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								4d8301f73c 
								
							
								 
							
						 
						
							
							
								
								Version Bump  
							
							
								
							
							
						 
						6 years ago