1page_util_norm_lemon(n) Parser generator tools page_util_norm_lemon(n)
2
3
4
5______________________________________________________________________________
6
8 page_util_norm_lemon - page AST normalization, LEMON
9
11 package require page::util::norm_lemon ?0.1?
12
13 package require snit
14
15 ::page::util::norm::lemon tree
16
17_________________________________________________________________
18
20 This package provides a single utility command which takes an AST for a
21 lemon grammar and normalizes it in various ways. The result is called
22 a Normalized Lemon Grammar Tree.
23
24 Note that this package can only be used from within a plugin managed by
25 the package page::pluginmgr.
26
28 ::page::util::norm::lemon tree
29 This command assumes the tree object contains for a lemon gram‐
30 mar. It normalizes this tree in place. The result is called a
31 Normalized Lemon Grammar Tree.
32
33 The exact operations performed are left undocumented for the
34 moment.
35
37 This document, will undoubtedly contain bugs and other problems.
38 Please report such in the category page of the Tcllib SF Trackers
39 [http://sourceforge.net/tracker/?group_id=12883]. Please also report
40 any ideas for enhancements you may have.
41
43 graph walking, lemon, normalization, page, parser generator, text pro‐
44 cessing, tree walking
45
47 Copyright (c) 2007 Andreas Kupries <andreas_kupries@users.sourceforge.net>
48
49
50
51
52page 1.0 page_util_norm_lemon(n)