1 toke -v -I. -I../TokeCommon -l -f help -o BatchTst.FHelp.fc BatchTst.fth
2
3 Welcome to toke - OpenBIOS tokenizer v1.0.01
4 Copyright (c) 2001-2006 by Stefan Reinauer <stepan@openbios.org>
5 (C) Copyright 2005 IBM Corporation. All Rights Reserved.
6 This program is free software; you may redistribute it under the terms of
7 the GNU General Public License. This program has absolutely no warranty.
8
9 Tokenizer Compiled on X86 under Cygwin
10 Thu, 07 Sep 2006 at 16:09:46 PDT
11
12 Special-Feature Flags usage:
13 -f FlagName to enable the feature associated with FlagName,
14 or
15 -f noFlagName to disable the feature.
16
17 Default Flag-Name Feature:
18
19 no Local-Values Support IBM-style Local Values ("LV"s)
20 LV-Legacy-Separator Allow Semicolon for Local Values Separator ("Legacy")
21 LV-Legacy-Message Display a Message when Semicolon is used as the Local Values Separator
22 ABORT-Quote Allow ABORT" macro
23 Sun-ABORT-Quote ABORT" with implicit IF ... THEN
24 ABORT-Quote-Throw Use -2 THROW in an Abort" phrase, rather than ABORT
25 String-remark-escape Allow "\ (Quote-Backslash) to interrupt string parsing
26 Hex-remark-escape Allow \ (Backslash) to interrupt hex-sequence parsing within a string
27 C-Style-string-escape Allow \n \t and \xx\ for special chars in string parsing
28 no Always-Headers Override "headerless" and force to "headers"
29 no Always-External Override "headerless" and "headers" and force to "external"
30 Warn-if-Duplicate Display a WARNING message when a duplicate definition is made
31 Obsolete-FCode-Warning Display a WARNING message when an "obsolete" (per the Standard) FCode is used
32 no Trace-Conditionals Display ADVISORY messages about the state of Conditional Tokenization
33 no Upper-Case-Token-Names Convert Token-Names to UPPER-Case
34 no Lower-Case-Token-Names Convert Token-Names to lower-Case
35 no Big-End-PCI-Rev-Level Save the Vendor's Rev Level field of the PCI Header in Big-Endian format
36 help Print this "Help" message for the Special-Feature Flags
|
1 toke -v -I. -I../TokeCommon -l -f help -o BatchTst.FHelp.fc BatchTst.fth
2
3 Welcome to toke - OpenBIOS tokenizer v1.0.2x
4 Copyright (c) 2001-2006 by Stefan Reinauer <stepan@openbios.org>
5 (C) Copyright 2005 IBM Corporation. All Rights Reserved.
6 This program is free software; you may redistribute it under the terms of
7 the GNU General Public License. This program has absolutely no warranty.
8
9 Tokenizer Compiled on X86 under Cygwin
10 Wed, 18 Oct 2006 at 12:20:46 PDT
11
12 Special-Feature Flags usage:
13 -f FlagName to enable the feature associated with FlagName,
14 or
15 -f noFlagName to disable the feature.
16
17 Default Flag-Name Feature:
18
19 no Local-Values Support IBM-style Local Values ("LV"s)
20 LV-Legacy-Separator Allow Semicolon for Local Values Separator ("Legacy")
21 LV-Legacy-Message Display a Message when Semicolon is used as the Local Values Separator
22 ABORT-Quote Allow ABORT" macro
23 Sun-ABORT-Quote ABORT" with implicit IF ... THEN
24 ABORT-Quote-Throw Use -2 THROW in an Abort" phrase, rather than ABORT
25 String-remark-escape Allow "\ (Quote-Backslash) to interrupt string parsing
26 Hex-remark-escape Allow \ (Backslash) to interrupt hex-sequence parsing within a string
27 C-Style-string-escape Allow \n \t and \xx\ for special chars in string parsing
28 no Always-Headers Override "headerless" and force to "headers"
29 no Always-External Override "headerless" and "headers" and force to "external"
30 Warn-if-Duplicate Display a WARNING message when a duplicate definition is made
31 Obsolete-FCode-Warning Display a WARNING message when an "obsolete" (per the Standard) FCode is used
32 no Trace-Conditionals Display ADVISORY messages about the state of Conditional Tokenization
33 no Upper-Case-Token-Names Convert Token-Names to UPPER-Case
34 no Lower-Case-Token-Names Convert Token-Names to lower-Case
35 no Big-End-PCI-Rev-Level Save the Vendor's Rev Level field of the PCI Header in Big-Endian format
36 Ret-Stk-Interp Allow Return-Stack Operations during Interpretation
37 help Print this "Help" message for the Special-Feature Flags
|