SirWumpus / post4

Post4 is an indirect threaded Forth dialect written in C.
BSD 2-Clause "Simplified" License
4 stars 1 forks source link

Add Search-Order word set. #30

Closed SirWumpus closed 4 weeks ago

SirWumpus commented 1 month ago

On 2024-08-19 16:24, @ruv wrote:

... the most wanted thing is word lists and search order. If the system will support the Recognizer API, word lists can be implemented in Forth.

Supporting the Search-Order word set should allow for the SPRINTF package to work.

Update 0

SirWumpus commented 3 weeks ago

WORDS is listing the current compilation word list, when it should list the first word list from the search order.