The Spawn Playground is a place where you can run, edit and share Spawn code online.
- Nice and clean UI
- Powerful editor with syntax highlighting and auto-completion
- Ability to run code as tests
- Ability to see generated C code for passed Spawn code
- Pass flags to Spawn compiler and binary
- Shareable code and editor state via URL or local storage
First, clone the repository:
git clone https://github.com/spawnlang/playground
cd playground
Install Spawn dependencies:
npm run install-server-deps
npm run run-docker
then access the playground at http://localhost:5555
npm run local-serve
then access the playground at http://localhost:5555
See server/README.md for more information about the server API.
This project is under the MIT License. See the LICENSE file for the full license text.