1pt::peg::import::container(n) Parser Tools pt::peg::import::container(n)
2
3
4
5______________________________________________________________________________
6
8 pt::peg::import::container - PEG Import Plugin. From CONTAINER format
9
11 package require Tcl 8.5
12
13______________________________________________________________________________
14
16 Are you lost ? Do you have trouble understanding this document ? In
17 that case please read the overview provided by the Introduction to
18 Parser Tools. This document is the entrypoint to the whole system the
19 current package is a part of.
20
21 This package does not exist. There is no need for it. The CONTAINER
22 format for parsing expression grammars is a piece of Tcl code which,
23 then sourced, provides a class whose instances have the grammar we wish
24 to import loaded. Another way of looking at this is, the CONTAINER
25 output is its own import package.
26
28 This document, and the package it describes, will undoubtedly contain
29 bugs and other problems. Please report such in the category pt of the
30 Tcllib Trackers [http://core.tcl.tk/tcllib/reportlist]. Please also
31 report any ideas for enhancements you may have for either package
32 and/or documentation.
33
34 When proposing code changes, please provide unified diffs, i.e the out‐
35 put of diff -u.
36
37 Note further that attachments are strongly preferred over inlined
38 patches. Attachments can be made by going to the Edit form of the
39 ticket immediately after its creation, and then using the left-most
40 button in the secondary navigation bar.
41
43 EBNF, LL(k), PEG, TDPL, context-free languages, expression, grammar,
44 matching, parser, parsing expression, parsing expression grammar, push
45 down automaton, recursive descent, state, top-down parsing languages,
46 transducer
47
49 Parsing and Grammars
50
52 Copyright (c) 2009 Andreas Kupries <andreas_kupries@users.sourceforge.net>
53
54
55
56
57tcllib 0 pt::peg::import::container(n)