All Projects → bijection → nearley-playground

bijection / nearley-playground

Licence: MIT license
⛹ Write Grammars for the Nearley Parser!

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
Nearley
35 projects
HTML
75241 projects

Projects that are alternatives of or similar to nearley-playground

Typescript Play
Better TypeScript playground
Stars: ✭ 236 (+210.53%)
Mutual labels:  playground
IdrisUnityPlayground
Experiments in Idris / Unity integration.
Stars: ✭ 50 (-34.21%)
Mutual labels:  playground
mypy-playground
The mypy playground. Try mypy with your web browser.
Stars: ✭ 58 (-23.68%)
Mutual labels:  playground
dropincc.java
A small and easy to use parser generator. Specify your grammar in pure java and compile dynamically. Especially suitable for DSL creation in java.
Stars: ✭ 90 (+18.42%)
Mutual labels:  parser-generator
Shogun
Shodan.io Command Line Interface
Stars: ✭ 42 (-44.74%)
Mutual labels:  interactive
webpack-playground
No description or website provided.
Stars: ✭ 16 (-78.95%)
Mutual labels:  playground
Nef
💊 steroids for Xcode Playgrounds
Stars: ✭ 226 (+197.37%)
Mutual labels:  playground
tree-sitter-cli
CLI tool for creating and testing tree-sitter parsers
Stars: ✭ 43 (-43.42%)
Mutual labels:  parser-generator
BadgesGenerator
A Swift playground to automatically generate personalized conference badges.
Stars: ✭ 36 (-52.63%)
Mutual labels:  playground
cacophony
Cacophony HTML5 Interactive Video Player
Stars: ✭ 41 (-46.05%)
Mutual labels:  interactive
seamless
Seamless is a framework to set up reproducible computations (and visualizations) that respond to changes in cells. Cells contain the input data as well as the source code of the computations, and all cells can be edited interactively.
Stars: ✭ 19 (-75%)
Mutual labels:  interactive
css-grid-playground
A simple interface for experimenting with CSS Grid Layout.
Stars: ✭ 84 (+10.53%)
Mutual labels:  playground
createml-playgrounds
Create ML playgrounds for building machine learning models. For developers and data scientists.
Stars: ✭ 82 (+7.89%)
Mutual labels:  playground
Julia Set Playground
A Swift playground that generates beautiful Julia set fractal images.
Stars: ✭ 236 (+210.53%)
Mutual labels:  playground
Assembleash
WebAssembly and Typescript-like languages playground
Stars: ✭ 71 (-6.58%)
Mutual labels:  playground
Playgrounds
Better playgrounds that work both for Objective-C and Swift
Stars: ✭ 2,586 (+3302.63%)
Mutual labels:  playground
SeLite
Automated database-enabled navigation ✔️ of web applications
Stars: ✭ 34 (-55.26%)
Mutual labels:  interactive
bookshelf
My GraphQL playground
Stars: ✭ 64 (-15.79%)
Mutual labels:  playground
kiuatan
A parser library for Pony.
Stars: ✭ 15 (-80.26%)
Mutual labels:  parser-generator
Miles
Swift Playground that creates jazz improvisations (WWDC 2018)
Stars: ✭ 31 (-59.21%)
Mutual labels:  playground

Nearly Parser Playground

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!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].