File: using_toc.htm

package info (click to toggle)
tclex 1.2a1-20
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 788 kB
  • sloc: ansic: 3,784; tcl: 452; makefile: 87; sh: 71; lex: 48
file content (123 lines) | stat: -rw-r--r-- 2,774 bytes parent folder | download | duplicates (8)
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
   <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">

   <TITLE>TcLex documentation - Using tcLex: Table of Contents</TITLE>

   <META NAME="Author"      CONTENT="Frdric BONNET">
   <META NAME="Copyright"   CONTENT="Copyright (c) Frdric BONNET, 1998">

   <LINK REL="StyleSheet" TYPE="text/css" HREF="tcLex.css">

   <BASE TARGET="text">
</HEAD>
<BODY CLASS="toc">

<H2><A HREF="using.htm#">
Using tcLex
</A></H2>

	<H3><A HREF="using.htm#loading">
	Loading the tcLex package
	</A></H3>

	<H3><A HREF="using.htm#lexer">
	The lexer command
	</A></H3>

		<H4><A HREF="using.htm#lsyn">
		Synopsis
		</A></H4>

		<H4><A HREF="using.htm#ldesc">
		Description
		</A></H4>

		<H4><A HREF="using.htm#lsub">
		Subcommands & Switches
		</A></H4>
<UL>
<LI><A HREF="using.htm#create">create</A>
	<UL>
	<LI><A HREF="using.htm#-inclusiveconditions">-inclusiveconditions, -ic</A>
	<LI><A HREF="using.htm#-exclusiveconditions">-exclusiveconditions, -ec</A>
	<LI><A HREF="using.htm#-prescript">-prescript</A>
	<LI><A HREF="using.htm#-midscript">-midscript</A>
	<LI><A HREF="using.htm#-postscript">-postscript</A>
	<LI><A HREF="using.htm#-resultvariable">-resultvariable</A>
	<LI><A HREF="using.htm#-args">-args</A>
	<LI><A HREF="using.htm#-lines">-lines</A>
	<LI><A HREF="using.htm#-nocase">-nocase</A>
	<LI><A HREF="using.htm#-longest">-longest</A>
	</UL>
<LI><A HREF="using.htm#current">current</A>
</UL>

		<H4><A HREF="using.htm#rules">
		Rules specifiers
		</A></H4>

	<H3><A HREF="using.htm#commands">
	Created lexers commands
	</A></H3>

		<H4><A HREF="using.htm#csyn">
		Synopsis
		</A></H4>

		<H4><A HREF="using.htm#cdesc">
		Description
		</A></H4>

		<H4><A HREF="using.htm#csub">
		Subcommands & Switches
		</A></H4>

<UL>
	<LI><A HREF="using.htm#eval">eval</A>
	<LI><A HREF="using.htm#start">start</A>
	<LI><A HREF="using.htm#continue">continue</A>
	<LI><A HREF="using.htm#finish">finish</A>
	<LI><A HREF="using.htm#begin">begin</A>
	<LI><A HREF="using.htm#end">end</A>
	<LI><A HREF="using.htm#conditions">conditions</A>
	<LI><A HREF="using.htm#index">index</A>
	<LI><A HREF="using.htm#reject">reject</A>
	<LI><A HREF="using.htm#input">input</A>
	<LI><A HREF="using.htm#unput">unput</A>
</UL>

	<H3><A HREF="using.htm#work">
	How lexers work
	</A></H3>

		<H4><A HREF="using.htm#basic">
		Basic Concepts
		</A></H4>

		<H4><A HREF="using.htm#conds">
		Conditions
		</A></H4>

		<H4><A HREF="using.htm#processing">
		Processing
		</A></H4>

		<H4><A HREF="using.htm#default">
		Default rule handling
		</A></H4>

		<H4><A HREF="using.htm#incremental">
		Incremental processing
		</A></H4>

	<H3><A HREF="using.htm#bugs">
	Bugs and Limitations
	</A></H3>

</BODY>
</HTML>