summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-03-25 16:59:01 +0200
committerPaul Buetow <paul@buetow.org>2026-03-25 16:59:01 +0200
commita775479b9a059cbd7da8f6973f18574624586a29 (patch)
treeca143c5f3edceec1c235fd83a9c1d05045175b6b
parent5cb2c02eaffddab3ace1bf500e95fac5ea219f05 (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