1page_intro(n) Parser generator tools page_intro(n)
2
3
4
5______________________________________________________________________________
6
8 page_intro - page introduction
9
11 page (short for parser generator) stands for a set of related packages
12 which help in the construction of parser generators, and other utili‐
13 ties doing text processing.
14
15 They are mainly geared towards supporting the Tcllib application page,
16 with the package page::pluginmgr in a central role as the plugin man‐
17 agement for the application. The other packages are performing low-
18 level text processing and utility tasks geared towards parser genera‐
19 tion and mainly accessed by page through plugins.
20
21 The packages implementing the plugins are not documented as regular
22 packages, as they cannot be loaded into a general interpreter, like
23 tclsh, without extensive preparation of the interpreter. Preparation
24 which is done for them by the plugin manager.
25
27 This document, will undoubtedly contain bugs and other problems.
28 Please report such in the category page of the Tcllib SF Trackers
29 [http://sourceforge.net/tracker/?group_id=12883]. Please also report
30 any ideas for enhancements you may have.
31
33 page, parser generator, text processing
34
36 Copyright (c) 2007 Andreas Kupries <andreas_kupries@users.sourceforge.net>
37
38
39
40
41page 1.0 page_intro(n)