-
Notifications
You must be signed in to change notification settings - Fork 2
turnimator/tpforth
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
To try it out: On this page,press the green button named "Code". A dialog pops down. Select "Download Zip." On your computer, extract the content of the downloaded Zip file into a folder, creating a folder with the same name as the Zip file but without the Zip extension. cd into the newly created directory and type java -jar target/fide-1.0-SNAPSHOT.jar Under Windows, assuming you downloaded to "Downloads" you type something like 32-bit Java: "\Program Files (x86)\Java\jre1.8.0_333\bin"\java.exe -jar Downloads\fide-master\fide-master\target\fide-1.0-SNAPSHOT.jar" 64-bit Java: "\Program Files\Java\jre1.8.0_333\bin"\java.exe -jar Downloads\fide-master\fide-master\target\fide-1.0-SNAPSHOT.jar" If your Java version differs from mine, you have to adapt the commands above.
About
TP-Forth is a small smart-token interpreter for Forth code
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published