1 \
FLK environment
constants
3 \
Copyright (C) 1998 Lars Krueger
5 \
This file is
part of FLK.
7 \
FLK is
free software
; you
can redistribute
it and/or
8 \ modify
it under the
terms of the
GNU General Public License
9 \
as published by the
Free Software Foundation; either version
2
10 \
of the
License, or (at
your option) any later version
.
12 \
This program is
distributed in the
hope that
it will
be useful
,
13 \ but
WITHOUT ANY WARRANTY; without
even the
implied warranty
of
14 \
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 \
GNU General Public License for more
details.
17 \
You should have
received a copy
of the GNU General Public License
18 \ along
with this
program; if not
, write
to the Free Software
19 \
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
21 \ $
Id: flkenv
.fs
,v
1.5 1998/05/09 21:47:05 root
Exp $
23 \
Revision 1.5 1998/05/09 21:47:05 root
24 \ fixed stack size
words
26 \
Revision 1.4 1998/05/01 18:11:25 root
27 \
GNU license
text added
30 \
Revision 1.3 1998/04/30 09:42:25 root
33 \
Revision 1.2 1998/04/24 16:47:39 root
34 \
ENVIRONMENT-WORDLIST is
now a normal
wordlist
36 \
Revision 1.1 1998/04/07 20:10:33 root
40 \
Environmental query strings
. All wordsets created by
the metacompiler are
41 \ handled below
to keep everything
in one
place.
42 ALSO ENVIRONMENT DEFINITIONS
44 : /COUNTED-STRING 255 ;
47 : ADDRESS-UNIT-BITS 8 ;
52 : MAX-D 4294967295 2147483647 ;
55 : MAX-UD 4294967295 4294967295 ;
57 : RETURN-STACK-CELLS HA-CALL-CELLS @ ;
58 : DATA-STACK-SIZE HA-DATA-CELLS @ ;
80 : WORDLISTS #IN-ORDER ;