Sujet : Re: Standard compliance for systems
De : minforth (at) *nospam* gmx.net (minforth)
Groupes : comp.lang.forthDate : 22. Nov 2024, 14:11:32
Autres entêtes
Organisation : novaBBS
Message-ID : <4f7bc02e59ac1d4bd76fbff37a26652b@www.novabbs.com>
References : 1 2 3 4 5 6 7 8 9 10 11 12
User-Agent : Rocksolid Light
On Fri, 22 Nov 2024 11:35:01 +0000, mhx wrote:
When parsing commands for my engineering tools, strings
are indispensable. But I use a ringbuffer, not a stack.
A ring buffer for holding strings is a classic for Forth
systems. For larger string sequences, such as data in XML
format, ring buffers tend to be overwritten. But that's
an application-sprecific implementation detail, not a
topic for a standard.