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