dabeaz / sly

Sly Lex Yacc
Other
816 stars 107 forks source link

how about add some features like 'defining the lex and parser from xml' #83

Open wqh17101 opened 2 years ago

wqh17101 commented 2 years ago

some low-code advice

jpsnyder commented 2 years ago

I think that would defeat purpose of the project all together. Sly is all about defining your stuff in python.

yoosofan commented 2 years ago

However, it would be good to create LALR tables so it can be change manually for removing some conflicts.

wqh17101 commented 2 years ago

@yoosofan that's right. out-of-the-box and debug are both good idea i think