cosmetix
[k8flk.git] / fth / flkenv.fs
blob404046ce9fa023e0926009849adf92fcf012f7d2
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 $
22 \ $Log: flkenv.fs,v $
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
28 \ comments checked
30 \ Revision 1.3 1998/04/30 09:42:25 root
31 \ Comments added.
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
37 \ Initial revision
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 ;
45 : /HOLD ((pnolen)) ;
46 : /PAD #PAD-LEN ;
47 : ADDRESS-UNIT-BITS 8 ;
48 : CORE TRUE ;
49 : CORE-EXT TRUE ;
50 : FLOORED FALSE ;
51 : MAX-CHAR 255 ;
52 : MAX-D 4294967295 2147483647 ;
53 : MAX-N 2147483647 ;
54 : MAX-U 4294967295 ;
55 : MAX-UD 4294967295 4294967295 ;
57 : RETURN-STACK-CELLS HA-CALL-CELLS @ ;
58 : DATA-STACK-SIZE HA-DATA-CELLS @ ;
60 : DOUBLE ;
61 : DOUBLE-EXT ;
63 : EXCEPTION ;
64 : EXCEPTION-EXT ;
66 : FACILITY ;
67 : FACILITY-EXT ;
69 : FILE ;
70 : FILE-EXT ;
72 : MEMORY-ALLOC ;
73 : MEMORY-ALLOC-EXT ;
75 : TOOLS ;
76 : TOOLS-EXT ;
78 : SEARCH-ORDER ;
79 : SEARCH-ORDER-EXT ;
80 : WORDLISTS #IN-ORDER ;
82 : STRING ;
83 : STRING-EXT ;
85 PREVIOUS DEFINITIONS