From 649785d46603182132209b64791f6c996497110e Mon Sep 17 00:00:00 2001 From: Clyne Sullivan Date: Fri, 24 Nov 2023 19:58:11 -0500 Subject: add text processing words --- source/core.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/core.hpp') diff --git a/source/core.hpp b/source/core.hpp index d85cccc..914c39b 100644 --- a/source/core.hpp +++ b/source/core.hpp @@ -44,8 +44,8 @@ int key(); /** Gets the next key available from the source buffer. */ Cell *comma(Cell n); /** Stores `n` to HERE++, returns `n`'s storage. */ Addr aligned(Addr addr); /** Aligns the given address and returns it. */ -void align(); /** Aligns HERE to the next Cell boundary. */ -void word(); /** Gets word from source buffer, stores and allots from HERE. */ +void align(); /** Aligns HERE to the next Cell boundary. */ +void wordword(); /** Definition of WORD. */ void colon(); /** Begins definition of a new word. */ void semic(); /** Ends the current word definition which becomes new LATEST. */ void tick(); /** Gets the execution token for the source buffer's next word. */ -- cgit v1.2.3