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
- Host: GitHub
- URL: https://github.com/drom/forth-drom
- Owner: drom
- Created: 2015-11-27T19:48:32.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2023-12-26T07:42:29.000Z (over 2 years ago)
- Last Synced: 2025-01-24T19:41:19.667Z (over 1 year ago)
- Language: HTML
- Homepage: http://drom.io/forth
- Size: 4.88 KB
- Stars: 2
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```