diff options
| author | Paul Buetow <paul@buetow.org> | 2026-03-25 16:59:01 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-03-25 16:59:01 +0200 |
| commit | 17dbfca7e626bf4a355265143771c296721952d7 (patch) | |
| tree | 9b8150e48ce2bf0ba3bc5b3d3a7b4cd8011c78ab | |
| parent | f8d50e633f9fd11f318070789ec84a265e6d3339 (diff) | |
feat: Boolean operators already implemented (gt, lt, gte, lte, eq, neq)
- GT, LT, GTE, LTE, EQ, NEQ implemented in operations.go
- Registered as both word form (gt, lt, etc.) and symbol form (>, <, etc.)
- Each operator compares two numeric operands and pushes a boolean Value
See commit 5cb2c02 for implementation details.
0 files changed, 0 insertions, 0 deletions
