Skip to content

connorberry/forth4js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 

Repository files navigation

Forth4JS

A simple implementation of a forth like interpreter in JavaScript.

Currently the following aspects of Forth work:

  • simple operators - + - * /
  • function declaration (ie : ;)
  • RPN data stack

Requires Node.js as the JavaScript engine.

About

Initial port of my Forth4Awk interpreter to JavaScript

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published