aboutsummaryrefslogtreecommitdiffstats
path: root/sprit.cpp
diff options
context:
space:
mode:
authorClyne Sullivan <clyne@bitgloo.com>2023-11-24 19:58:11 -0500
committerClyne Sullivan <clyne@bitgloo.com>2023-11-24 19:58:11 -0500
commit649785d46603182132209b64791f6c996497110e (patch)
treed8df15aca9e95fa75ab59772feeee7a8b69c2897 /sprit.cpp
parent6e6b6841ec509549dcb5ed621342cbf21ae1ec94 (diff)
add text processing words
Diffstat (limited to 'sprit.cpp')
-rw-r--r--sprit.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/sprit.cpp b/sprit.cpp
index 263766b..3da1423 100644
--- a/sprit.cpp
+++ b/sprit.cpp
@@ -65,6 +65,7 @@ constinit WordSet words (
Word("_i", WordWrap<[] { *SP = ((Word *)*SP)->immediate(); }, tobool>()),
Word("[']", WordWrap<tick, compileliteral>()).markImmediate(),
Word("compile,", WordWrap<peek, commaSP>()),
+ Word("word", WordWrap<wordword>()),
Word("_b", WordWrap<[] {
std::putchar('#'); // Gives a good breakpoint spot for gdb
}>()),