Skip to content

Releases: hcchengithub/jeforth.3we

support case...endcase

17 Jun 04:41
Compare
Choose a tag to compare
Pre-release
  • support function cascading for vm.push(), vm.execute(), and vm.dictate(), learned from peforth.
  • support vm.v('var'), vm.r('var') learned from peforth
  • support case ... endcase
  • fix bug on || command

project-k renamed from jeforth.js to projectk.js

23 Sep 13:04
Compare
Choose a tag to compare

project-k / projectk.js was missing in r3
To add it even though project-k folder is ignored
Use this git command line: git add -f project-k/projectk.js

failed

23 Sep 13:11
Compare
Choose a tag to compare

dropped

Support 'private' now.

18 May 09:37
Compare
Choose a tag to compare

New attribute "private" for jeforth words. When it's true the this word will be invisible when out of the context that means recent private words will be hidden if we switch the context to another vocabulary.

First release

12 Jan 08:43
Compare
Choose a tag to compare

Tested on Windows 10. Support HTML, Node.js, NW.js, HTA, Chrome Extension, and Chrome App.