What is the shift/reduce conflict in this SLY program?

前端 未结 0 1198
一整个雨季
一整个雨季 2020-12-04 10:13

I\'m porting a code from pyparsing to SLY, it\'s a lambda calc grammar. I have this rule

from sly import Lexer, Parser


class Lex(Lexer):
    tokens = {ID, L         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题