maug
Quick and dirty C mini-augmentation library.
Loading...
Searching...
No Matches
MLISP Return Values

Return values specific to MLISP Interpreter. More...

Collaboration diagram for MLISP Return Values:

Macros

#define MERROR_PREEMPT   (MERROR_EXEC | MERROR_TIMEOUT)
 Indicates MLISP_AST_NODE can be executed again on next step iter pass.
 
#define MERROR_RESET   (MERROR_EXEC | MERROR_PARSE)
 Indicates MLISP_EXEC_STATE has reached a condition where it has run out of instructions.
 

Detailed Description

Return values specific to MLISP Interpreter.