Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

pt_peg_container_peg(3tcl) [debian man page]

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

__________________________________________________________________________________________________________________________________________________

NAME
pt::peg::container::peg - PEG Storage. Canned PEG grammar specification SYNOPSIS
package require Tcl 8.5 package require snit package require pt::peg::container::peg ?1? package require pt::peg::container _________________________________________________________________ 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 provides a sub-type of pt::peg::container which is preloaded with a parsing expression grammar describing a textual format for parsing expression grammars. The sub-type provides the exact same API as pt::peg::container. Instead of duplicating its contents the reader is asked to read the refer- enced document. 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 1 pt::peg::container::peg(3tcl)

Check Out this Related 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)
Man Page

7 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 variable contents with comma delimter

hi, unix gurus. i am trying to read a file that has records in this format... x<group_id>:::<member1a>,<member1b>,<member1c> x<group_id>:::<member2a>,<member2b>,<member2c> ... and to put it in this format: <member1a> <member1b> <member1c> <member2a> <member2b> <member2c> ... (3 Replies)
Discussion started by: ankimo
3 Replies

3. Shell Programming and Scripting

file parsing

hi experts, i have two files as fileA and fileB fileA ===== "assembly_warehouse";"product_code";"sequence_number";"expiry_date";"component_whouse";"component_code" "01";"3013000005 ";"0030";"2099/12/31";"01";"1001110002 " "01";"3013000005 ";"0040";"2099/12/31";"01";"1001120002 "... (2 Replies)
Discussion started by: subhendu81
2 Replies

4. 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

5. 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

6. HP-UX

Hpux 11iV3 administration document

I require Hpux 11iv3 administration document if anyone could assist with the same it would be a great help. The Hp site does not have any consolidated document that could be referred to. I require something in line that could assist with network configuration and more. I require the same for Build... (3 Replies)
Discussion started by: kpatel786
3 Replies

7. 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