Qbject system
Modules
oFORTH

object FORTH interpreter More...

Collaboration diagram for oFORTH:

Modules

 Syntax parser
 powered with PLY library
 
 Data stack
 and stack operations
 
 Vocabulary
 System-wide bindings between symbols (word names) and (executable) objects.
 
 Debug
 
 Interpreter
 
 Compiler
 compiles definitnios into internal representation, not machine code
 
 IDE/FORTH queue
 queue holds requests to FORTH interpreter
 

Detailed Description

object FORTH interpreter