Qbject system
Functions | Variables
Compiler

compiles definitnios into internal representation, not machine code More...

Collaboration diagram for Compiler:

Functions

def Q.colon ()
 : ( -- ) begin colon definition
 
def Q.semicolon ()
 ; ( -- ) end colon definition
 
def Q.nop ()
 nop ( -- ) no nothing (test function for compiler)
 

Variables

 Q.COMPILE = None
 Vm register contains current definition or None in tnterpreter mode.
 

Detailed Description

compiles definitnios into internal representation, not machine code