Automattic / wp-post-grammar

Working towards a defined unambiguous grammar of WordPress posts and an associated parser.

Home Page:https://automattic.github.io/wp-post-grammar/explorer/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wp-post-grammar

Working towards a defined unambiguous grammar of WordPress posts and an associated parser.

Contributing

Please pardon the state of building and contributing as this project is new and started as a demo. The process for contributing involves updating src/post.pegjs for working on the actual grammar and then building all of the code and checking in the generated code on commit. We need to rebuild the generated parser so that the interactive explorer updates with the changes.

npm run build:explorer

Note: you will need to have Elm installed in order to build this

npm install -g elm@0.18

Valuable references

About

Working towards a defined unambiguous grammar of WordPress posts and an associated parser.

https://automattic.github.io/wp-post-grammar/explorer/


Languages

Language:JavaScript 98.3%Language:Elm 1.4%Language:HTML 0.2%Language:CSS 0.1%