Skip to content

Automattic/wp-post-grammar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages