Module: Forthic::ErrorCodes
- Defined in:
- lib/forthic/interpreter.rb
Overview
Error codes used throughout the interpreter
Constant Summary collapse
- SCREEN_NOT_FOUND =
"screen-not-found"
- EXECUTION_ERROR =
"execution-error"
- MODULE_NOT_FOUND =
"module-not-found"
- STACK_UNDERFLOW =
"stack-underflow"
- MODULE_EXECUTION_ERROR =
"module-execution-error"
- UNKNOWN_TOKEN =
"unknown-token"
- NESTED_DEFINITION =
"nested-definition"
- NESTED_MEMO_DEFINITION =
"nested-memo-definition"
- DEFINITION_WITHOUT_START =
"definition-without-start"
- MISSING_DEFINITION =
"missing-definition"
- WORD_NOT_FOUND =
"word-not-found"