This is the main source code repository for the Dove Playground.
This playground allows you to run Dove code without installing the main Dove program (Linux, Windows).
- Native Dove syntax highlighting support.
- User friendly editor which is based on
monaco-editor
, the editor that powers VS Code. - Built-in examples of famous algorithms to give you a brief idea of what Dove is capable of.
- The interpreter is compiled to
.wasm
, which enables:- Fast speed,
- Offline interpreting.
- Does not support
import
statements.