fkling / astexplorer

A web tool to explore the ASTs generated by various parsers.
https://astexplorer.net/
MIT License
6.04k stars 711 forks source link

Add a category and the corresponding template parser for Liquid #680

Open harttle opened 1 year ago

harttle commented 1 year ago

Hi @fkling , thank you for this extremely useful repo, this is my second PR.

This PR added an AST viewer for Liquid language. Liquid is defined by Shopify and used by Jekyll and thus Github Pages. There's a JavaScript implementation for it and its parser is included in this PR.