Porting the Nga VM / RetroForth to Typescript.
Go to file
Netscape Navigator aaaf5099ae Add notice to HTML header. 2020-09-06 14:35:24 -05:00
.gitignore Add Gitignore 2020-09-01 20:21:40 -05:00
README.md Write helpers for DOM manipulation 2020-09-06 14:19:31 -05:00
image.ts Mostly works. 2020-09-06 13:56:09 -05:00
index.html Add notice to HTML header. 2020-09-06 14:35:24 -05:00
index.retro Write helpers for DOM manipulation 2020-09-06 14:19:31 -05:00
nga.ts Add notice to HTML header. 2020-09-06 14:35:24 -05:00
package-lock.json Remove unused files 2020-09-01 20:25:57 -05:00
package.json Remove unused files 2020-09-01 20:25:57 -05:00
style.css Mostly works. 2020-09-06 13:56:09 -05:00
tsconfig.json WIP 2020-08-31 21:15:25 -05:00

README.md

Typescript Nga Virtual Machine Port

Install

https://tildegit.org/netscape_navigator/retrojs.git
cd retrojs
npm install

Run (Live Reload Server)

parcel server index.html

TODO

  • Get "console" output working.
  • Add Monaco Editor
  • Improve canvas support