summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Tool/lex.xml
blob: 3fb62e11a8cdc818aaadc869e46d9b82de171547 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<!-- __COPYRIGHT__ -->
<tool name="lex">
<summary>
XXX
</summary>
</tool>

<cvar name="LEX">
<summary>
The lexical analyzer generator.
</summary>
</cvar>

<cvar name="LEXCOM">
<summary>
The command line used to call the lexical analyzer generator
to generate a source file.
</summary>
</cvar>

<cvar name="LEXCOMSTR">
<summary>
The string displayed when generating a source file
using the lexical analyzer generator.
If this is not set, then &cv-LEXCOM; (the command line) is displayed.

<example>
env = Environment(LEXCOMSTR = "Lex'ing $TARGET from $SOURCES")
</example>
</summary>
</cvar>

<cvar name="LEXFLAGS">
<summary>
General options passed to the lexical analyzer generator.
</summary>
</cvar>