An open API service indexing awesome lists of open source software.

https://github.com/drom/forth-drom

Forth editor on the web
https://github.com/drom/forth-drom

Last synced: 10 months ago
JSON representation

Forth editor on the web

Awesome Lists containing this project

README

          

# forth-drom
Forth editor on the web

Browserify and CodeMirror based Forth editor with real-time Forth compiler

## Install

```sh
npm i
```

## Build

```sh
npm test
```