implemented hseval
This commit is contained in:
@@ -274,6 +274,10 @@ Any line fragment starting with `#` to the end of the physical source line is re
|
||||
- **Stack Effect**: `( -- )`
|
||||
- **Description**: Prints the current stack representation to standard output (useful for debugging).
|
||||
|
||||
### `hseval` (Host Language Evaluation)
|
||||
- **Stack Effect**: `( expr -- val )`
|
||||
- **Description**: Pops the string `expr` from the stack, evaluates it as an expression in the host language (e.g., Python), and pushes the resulting value back onto the stack.
|
||||
|
||||
---
|
||||
|
||||
## 8. Bootstrapped Core Words
|
||||
|
||||
Reference in New Issue
Block a user