Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

pt_peg_from_container(3tcl) [debian man page]

pt::peg::from::container(3tcl)					   Parser Tools 				    pt::peg::from::container(3tcl)

__________________________________________________________________________________________________________________________________________________

NAME
pt::peg::from::container - PEG Conversion. From CONTAINER format SYNOPSIS
package require Tcl 8.5 _________________________________________________________________ DESCRIPTION
Are you lost ? Do you have trouble understanding this document ? In that case please read the overview provided by the Introduction to Parser Tools. This document is the entrypoint to the whole system the current package is a part of. 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. BUGS, IDEAS, FEEDBACK This document, and the package it describes, will undoubtedly contain bugs and other problems. Please report such in the category pt of the Tcllib SF Trackers [http://sourceforge.net/tracker/?group_id=12883]. Please also report any ideas for enhancements you may have for either package and/or documentation. KEYWORDS
EBNF, LL(k), PEG, TDPL, context-free languages, expression, grammar, matching, parser, parsing expression, parsing expression grammar, push down automaton, recursive descent, state, top-down parsing languages, transducer CATEGORY
Parsing and Grammars COPYRIGHT
Copyright (c) 2009 Andreas Kupries <andreas_kupries@users.sourceforge.net> pt 0 pt::peg::from::container(3tcl)

Check Out this Related Man Page

pt::peg::from::container(n)					   Parser Tools 				       pt::peg::from::container(n)

__________________________________________________________________________________________________________________________________________________

NAME
pt::peg::from::container - PEG Conversion. From CONTAINER format SYNOPSIS
package require Tcl 8.5 _________________________________________________________________ DESCRIPTION
Are you lost ? Do you have trouble understanding this document ? In that case please read the overview provided by the Introduction to Parser Tools. This document is the entrypoint to the whole system the current package is a part of. 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. BUGS, IDEAS, FEEDBACK This document, and the package it describes, will undoubtedly contain bugs and other problems. Please report such in the category pt of the Tcllib SF Trackers [http://sourceforge.net/tracker/?group_id=12883]. Please also report any ideas for enhancements you may have for either package and/or documentation. KEYWORDS
EBNF, LL(k), PEG, TDPL, context-free languages, expression, grammar, matching, parser, parsing expression, parsing expression grammar, push down automaton, recursive descent, state, top-down parsing languages, transducer CATEGORY
Parsing and Grammars COPYRIGHT
Copyright (c) 2009 Andreas Kupries <andreas_kupries@users.sourceforge.net> pt 0 pt::peg::from::container(n)
Man Page

5 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Parsing a file

Hi, Please help in parsing the following file and write separate files by parsing the file for the new file's content. Main File: ------------ BEGIN FileName: FirstFile.txt Content of the File Start AAAAAAAA BBBBBBB Content of the File End END BEGIN FileName: SecondFile.txt... (11 Replies)
Discussion started by: aol12123
11 Replies

2. Shell Programming and Scripting

Parsing a file

Hi, I am having trouble parsing a file. Perhaps it may the spaces in between. I cannot get it done with awk. Heres how the file looks like. >Corey barg LTG 1 (jorge k) MMMMNNNNNNJJJJJHHHHHHHHHHHHKKKKIIIIIKKJJJJJJJJJJJJJ >Corey barg LTG 2 (88)... (4 Replies)
Discussion started by: kylle345
4 Replies

3. UNIX for Dummies Questions & Answers

Having trouble understanding this command: >foo<bar bc

Sometimes it works for me and sometimes I get this error: syntax error on line 1, teletype Basically I've got no idea whats going on, especially at the end of the command: bc Any help is appreciated (1 Reply)
Discussion started by: phunkypants
1 Replies

4. Shell Programming and Scripting

Further understanding the Grep! lol

If I use the grep command for parsing files, does it stop parsing right after it finds the matching pattern or does it continue to parse that document? grep -l "status" *.xml (5 Replies)
Discussion started by: emc^24sho
5 Replies

5. What is on Your Mind?

I'm having trouble understanding what it is I need to do

Ok, thank you. Again I'm new to the programming thing, I'm just trying to figure out what exactly it is I need to do. How would I cash out bits? Numerous questions. I'm a dreamer. AI attempts to communicate with me regularly especially through unfinished apps that I'm assuming is my responsibility... (1 Reply)
Discussion started by: C-lo
1 Replies