Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 226 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 226 Bytes

An implementation of forth in go.

TODO:

  • should print ok when executed correctly
  • write tests for Stack module
  • implement TRUE and FALSE
  • implement if else then
  • can load file

Conditionals