bripkens / lucene

Node.js lib to transform: lucene query → syntax tree → lucene query
MIT License
73 stars 33 forks source link

AST explorer #25

Closed gaui closed 5 years ago

gaui commented 5 years ago

Would be awesome if this would be added as a parser to AST explorer

https://github.com/fkling/astexplorer#how-to-add-a-new-parser

Then it could be used here: https://astexplorer.net

gaui commented 5 years ago

Also AST explorer should support PEG

bripkens commented 5 years ago

Sounds like a cool idea. Feel free to do so 👍

bripkens commented 5 years ago

This is now available on https://astexplorer.net. Thank you for the suggestion 👍

gaui commented 5 years ago

Genius! :pray: