File: pt_peg_from_container.man

package info (click to toggle)
tcllib 1.14-dfsg-3%2Bdeb7u1
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 33,036 kB
  • sloc: tcl: 148,302; ansic: 14,067; sh: 10,320; xml: 1,766; yacc: 753; pascal: 551; makefile: 129; perl: 84; f90: 84; python: 33; ruby: 13; php: 11
file content (22 lines) | stat: -rw-r--r-- 605 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[comment {-*- tcl -*- --- doctools ---}]
[manpage_begin pt::peg::from::container n 0]
[include include/module.inc]
[include include/keywords.inc]
[titledesc "PEG Conversion. From CONTAINER format"]
[description]
[include include/ref_intro.inc]

This package does not exist.

There is no need for it.

The CONTAINER format for parsing expression grammars is a piece of Tcl
code which, then sourced, provides a class whose instances have the
grammar we wish to import loaded.

Another way of looking at this is, the CONTAINER output is its own
import package.

[include include/feedback.inc]
[manpage_end]