You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a bunch of node classes that are part of my project and it works great, but sometimes I like to load up my grammar in the language workbench and try things out which doesn't work since my node classes are in different files. Also it seems like a bad idea in general to have one big massive .peg file. What do you recommend?
So that is allowing me to spread the parser out into multiple files, but it wouldn't work from the language workbench because it's not referencing the file it's referencing a type from the current assembly, correct?
I have a bunch of node classes that are part of my project and it works great, but sometimes I like to load up my grammar in the language workbench and try things out which doesn't work since my node classes are in different files. Also it seems like a bad idea in general to have one big massive .peg file. What do you recommend?
https://github.com/exceptionless/Foundatio.Parsers/blob/master/src/Foundatio.Parsers.LuceneQueries/LuceneQueryParser.peg
The text was updated successfully, but these errors were encountered: