|
Qbject system
|
compiles definitnios into internal representation, not machine code More...
|
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. | |
compiles definitnios into internal representation, not machine code
1.8.13