Searched refs:parser (Results 26 - 38 of 38) sorted by relevance

12

/barrelfish-master/lib/octopus/parser/
H A Dparse.c2 /* A Bison parser, made by GNU Bison 2.4.1. */
23 part or all of the Bison parser skeleton and distribute that work
25 parser generator using the skeleton or a modified version thereof
26 as a parser skeleton. Alternatively, if you modify or redistribute
27 the parser skeleton itself, you may (at your option) remove this
35 /* C LALR(1) parser skeleton written by Richard Stallman, by
36 simplifying the original so-called "semantic" parser. */
86 #include "../../../include/octopus/parser/ast.h"
88 #include <octopus/parser/ast.h>
295 /* The parser invoke
[all...]
H A Dscan.c492 #include "../../../include/octopus/parser/ast.h"
494 #include <octopus/parser/ast.h>
/barrelfish-master/usr/skb/octopus/
H A Dskb_query.c28 #include <octopus/parser/ast.h>
/barrelfish-master/usr/eclipseclp/documents/internal/kernel/
H A Druntime.tex78 decimal input representation) by the parser.
273 prefix, infix and postfix. The property is interpreted by the parser
443 This descriptor is accessed by the parser and the term writer.
/barrelfish-master/usr/eclipseclp/documents/userman/
H A Dumsmacros.tex45 {\eclipse} parser. Note that the parser is not only used during
484 When the parser reads a clause whose main functor is
H A Dumssyntax.tex464 operator. Once an operator has been declared, the parser will accept
711 forms (supported by the parser and the term writer) and their corresponding
713 the canonical represention because the short syntax is accepted by the parser
H A Dumslanguage.tex78 This transformation is done by the parser, therefore it can
/barrelfish-master/lib/octopus/server/
H A Dservice.c27 #include <octopus/parser/ast.h>
832 // TODO remove skb list parser dependency
/barrelfish-master/usr/eclipseclp/Kernel/lib/
H A Delipsys.pl666 Note : Requires MegaLog parser/printer and can therefore not be ported
H A Dmegalog.pl546 Note : Requires MegaLog parser/printer and can therefore not be ported
H A Dkernel.pl4412 % try to add the variable name if it is available from the parser
/barrelfish-master/usr/eclipseclp/documents/applications/
H A Dtutorial.tex430 \item[data files] The second alternative is to use data files in a fixed format. The ECLiPSe program then has to read these files and build the internal data structures at the same time. Depending on the format, this may require parsing the input format with definite clause grammars (DCG) \index{DCG}\index{definite clause grammar}(see section \ref{howtousedcgs}), adding to the development effort\footnote{ECLiPSEe 5.4 contains a freeware XML (http://www.xml.org) parser which handles most of the detail of parsing XML files. This makes the use of XML as a data exchange format for ECLiPSe are very exiting new possibility. The parser is described in the ``Third Party Library'' section of the reference manual.}. But as the files can be read and written easily, it is quite simple to create test data sets and to analyze problems by hand. The design for the fixed format may require some extra effort if we want to use the full character set for atoms and strings. A proper quoting mechanism may be required in order to distinguish say a comma separator from a comma contained inside a data field.
1500 In this approach the data input is split into two parts, a tokenizer and a parser. The tokenizer read the input and splits it into tokens. Each token corresponds to one field in a data item. The parser is used to recognize the structure of the data and to group all data belonging to one item together.
1504 The top level routine {\it read\_file} \index{read\_file}opens the file, calls the tokenizer, closes the file and starts the parser. We assume here that at the end of the parsing the complete input stream has been read (third argument in predicate {\it phrase}\index{phrase}). Normally, we would check the unread part and produce an error message.
/barrelfish-master/doc/002-mackerel/
H A DMackerel.tex1953 \item[MackerelParser.hs] ParSec parser for language.

Completed in 185 milliseconds

12