lark icon indicating copy to clipboard operation
lark copied to clipboard

Fix accepts

Open MegaIng opened this issue 4 years ago • 1 comments
trafficstars

Closes #1001

Also does a bit of py2 cleanup, and changes the default logger level to ERROR. That change is only to keep the output of .exception in Lark.__init__ when loading from cache fails.

MegaIng avatar Sep 18 '21 15:09 MegaIng

Sorry, this one slipped through the cracks.

Why does accept have to create empty tokens? Can't we just set the string value to "", or something of that sort?

erezsh avatar Oct 17 '21 09:10 erezsh