ratmice / nimbleparse_lsp

lsp server for grmtools lex & yacc
Other
7 stars 1 forks source link

Support Grmtools, Eco, and UserAction yacckind's #30

Closed ratmice closed 1 year ago

ratmice commented 1 year ago

This fixes the Grmtools, Eco, and UserAction YaccKind's, it also forces the 'NoAction' parsing for all YaccKind's, previously some kinds used GenericParseTree but it is really a waste since we never used the generic parse tree.

There already is a separate command for producing a generic parse tree which displays the output, but it isn't along the main text changes input path.

@madhavpcm had asked about the Grmtools yacc_kind in #26 which at the time thought should work, I was wrong about that.