bijection / nearley-playground

⛹ Write Grammars for the Nearley Parser!

Home Page:https://omrelli.ug/nearley-playground/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

If you're looking for the actual site, it's right here.

Otherwise, here's how to build this project:

  1. If you don't have npm or yarn, install yarn.

  2. Open up a terminal and run

    git clone https://github.com/bijection/nearley-playground.git
  3. cd into the project directory

    cd nearley-playground
  4. Install the project dependencies

    yarn install

    (you can also run npm install)

  5. Start the dev server

    yarn start

    (you can also run npm start)

  6. Open up a browser and go to http://localhost:4321

  7. Edit some files in nearley-playground/src/client.

    When you save your edits, and the browser will automatically reload.

  8. (optional) Add a bunch of great functionality and send a PR!

About

⛹ Write Grammars for the Nearley Parser!

https://omrelli.ug/nearley-playground/

License:MIT License


Languages

Language:JavaScript 75.3%Language:CSS 11.7%Language:Nearley 7.7%Language:HTML 5.4%