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, and the package it describes, will undoubtedly contain
28 bugs and other problems. Please report such in the category page of
29 the Tcllib Trackers [http://core.tcl.tk/tcllib/reportlist]. Please
30 also report any ideas for enhancements you may have for either package
31 and/or documentation.
32
33 When proposing code changes, please provide unified diffs, i.e the out‐
34 put of diff -u.
35
36 Note further that attachments are strongly preferred over inlined
37 patches. Attachments can be made by going to the Edit form of the
38 ticket immediately after its creation, and then using the left-most
39 button in the secondary navigation bar.
40
42 page, parser generator, text processing
43
45 Page Parser Generator
46
48 Copyright (c) 2007 Andreas Kupries <andreas_kupries@users.sourceforge.net>
49
50
51
52
53tcllib 1.0 page_intro(n)