Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

pt_peg_import_container(n) [mojave man page]

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

__________________________________________________________________________________________________________________________________________________

NAME
pt::peg::import::container - PEG Import Plugin. 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::import::container(n)

Check Out this Related Man Page

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

__________________________________________________________________________________________________________________________________________________

NAME
pt::peg::import::container - PEG Import Plugin. 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::import::container(n)
Man Page

12 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

import

Dear All, If while the databsae was shut down, an import command has been done. Will the import result will return 1? Best Regards, Omran (1 Reply)
Discussion started by: omran
1 Replies

2. Shell Programming and Scripting

Import data from compressed file

HI I need to import data from a file which is in comressed format but system doesn't have enough space to uncompress file Is there any way so that i can do import from compressed file. (4 Replies)
Discussion started by: ap_gore79
4 Replies

3. Shell Programming and Scripting

exceptions in import

Hello, I want to import an Oracle database file on my fresh DB, bought before successfully with exp command. But is it possible to import some tables from the dmp file, because they are too large and it's so long !? I didn't find any option in imp command to make exception on certain tables...... (1 Reply)
Discussion started by: madmat
1 Replies

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

5. UNIX for Advanced & Expert Users

error during import user

Hi.... First i export the full.dmp file from Prod server (oracle 9i , Solaris 9) to this server (10g 10.2.0.3, Linux). Then when i try to import a user, error come out.... Import: Release 10.2.0.3.0 - Production on Tue Apr 22 17:59:41 2008 Copyright (c) 1982, 2005, Oracle. All rights... (2 Replies)
Discussion started by: adzuanamir
2 Replies

6. Solaris

Unable to import a diskgroup in veritas..

Hello experts.. I am unable to import a disk group using vxdg . Is there any other command to import a disk group.. Thanks in advance.. (4 Replies)
Discussion started by: younus_syed
4 Replies

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

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

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

10. Shell Programming and Scripting

Parse "import a, b, c, d" into line-by-line expressions "import a\nimport b\nimport c\nimport d\n"

First post. I'm just getting to grips with sed. I've learned the basic substitution commands. But I'm a bit stuck on this problem. I'm running through some python files to convert syntax from Gtk2 to Gtk3 notation. Consider a simple line of python like this .. import gtk, pango,... (10 Replies)
Discussion started by: scriptus
10 Replies

11. Shell Programming and Scripting

Add comment if not present

I have a file cat /root/file #import node1 #import node2 import node2 import node4 After sed/awk operation the file should be as follows cat /root/file #import node1 #import node2 #import node2 #import node4 (6 Replies)
Discussion started by: anil510
6 Replies

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