Skip to content

Latest commit

 

History

History
15 lines (14 loc) · 426 Bytes

README.md

File metadata and controls

15 lines (14 loc) · 426 Bytes

vForth-cpp

This code has not been refactored or optimized

vopi's Forth in C++ Screenshot

TODO:

  • Syntax Completeness:
    • primitive data types (WIP)
    • primitive math functions (WIP)
    • conditionals (WIP)
    • user defined functions (WIP)
  • Toolchain
    • Interpreter (WIP)
    • Native codegen
    • JIT