Skip to content

wilyJ80/vforth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

  • Requirements: gcc, Node.js

Tip

Building the intepreter: check the following scripts on package.json

npm run build:exec to compile and run the interpreter as REPL

npm run build:exec <filename> to compile and run the interpreter off existing code file

  • TODO:

    • Next: The Scanner Class
    • Properly parse the code
    • Improve the parts I don't know what the hell is going on
    • Add links to the web book
    • Node.js script to generate project folder structure
    • Improve project structure?
  • Language feat:

    • Postfix arithmetics
    • Display operations: . and .s
    • Stack operations
    • Compiling words
    • Conditionals

About

Simple Forth interpreter in pure C

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages