Searched refs:parser (Results 1 - 25 of 36) sorted by last modified time

12

/barrelfish-2018-10-04/usr/skb/skb_simple/
H A Doctopus_stubs.c27 #include <octopus/parser/ast.h>
/barrelfish-2018-10-04/usr/skb/octopus/
H A Dskb_query.c28 #include <octopus/parser/ast.h>
H A Dcode_generator.h19 #include <octopus/parser/ast.h>
/barrelfish-2018-10-04/usr/eclipseclp/documents/userman/
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 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 Dumslanguage.tex78 This transformation is done by the parser, therefore it can
/barrelfish-2018-10-04/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.
H A Dio.tex66 To support lexical analysis and parser-style code in general, stream
95 parser to detect special situations. In particular, the lexical
115 former is used by the parser, the latter is as a built-in predicate.
130 The parser (read.c) is implemented as a recursive descent parser in C,
134 used is similar to the one in O'Keefe's public domain Prolog parser
137 The main difference with the Prolog parser is that the {\eclipse}
138 parser is completely deterministic and resolves all ambiguities with a
139 maximal lookahead of two tokens, where the Prolog parser employs
152 Prolog syntax. The parser i
[all...]
H A Dbuiltins.tex140 \item read.c (parser)
/barrelfish-2018-10-04/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-2018-10-04/usr/eclipseclp/Opium/demo/
H A Dporting.pl64 % tells the parser to read strings as lists of ascii
/barrelfish-2018-10-04/usr/eclipseclp/Kernel/lib/
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
H A Delipsys.pl666 Note : Requires MegaLog parser/printer and can therefore not be ported
/barrelfish-2018-10-04/usr/eclipseclp/Contrib/
H A Dxml.pl1 /* xml.pl : Contains xml_parse/[2,3] a bi-directional XML parser written in
H A Drdtok.pl28 parser no harm at all, and the Dec-10 tokeniser's behaviour here
184 % ' ('. This is how the parser can tell whether <atom> <paren> must
H A Dread.pl338 % a wrong decision by the parser. This version of the parser makes
H A Ddistfix.pl50 not do this would be significantly harder to patch into the old parser.
392 % a wrong decision by the parser. This version of the parser makes
/barrelfish-2018-10-04/usr/eclipseclp/CPViz/
H A DMakefile.in57 batik-ext batik-gvt batik-gui-util batik-parser batik-script \
/barrelfish-2018-10-04/tools/molly/
H A Dm5script.py32 parser = optparse.OptionParser() variable
33 parser.add_option("--kernel", action="store", type="string")
34 parser.add_option("--num_cpus", action="store", type="int")
35 (options, args) = parser.parse_args()
/barrelfish-2018-10-04/tools/
H A Dmkefi.py30 parser = argparse.ArgumentParser() variable
31 parser.add_argument("image", help="image file to create")
32 parser.add_argument("content",
36 parser.add_argument("--size", help="image size", type=int, default=200)
37 parser.add_argument("--create", help="create image, even if exists",
40 args = parser.parse_args()
/barrelfish-2018-10-04/tools/aarch64_gem5/
H A Dgem5script.py76 parser = optparse.OptionParser() variable
77 parser.add_option("--kernel", action="store", type="string")
78 parser.add_option("--ramdisk", action="store", type="string")
79 parser.add_option("-n", "--num_cpus", type="int", default=1)
80 parser.add_option("--cpu-type", type="choice", default="atomic",
83 parser.add_option("--caches", action="store_true")
84 parser.add_option("--l2cache", action="store_true")
85 parser.add_option("--l1d_size", type="string", default="64kB")
86 parser.add_option("--l1i_size", type="string", default="32kB")
87 parser
[all...]
/barrelfish-2018-10-04/lib/octopus/server/
H A Dservice.c27 #include <octopus/parser/ast.h>
832 // TODO remove skb list parser dependency
/barrelfish-2018-10-04/lib/octopus/parser/
H A Dtest_parser.c3 * \brief Use this file for quick parser tests on your machine.
24 #include "../../../include/octopus/parser/ast.h"
26 #include <octopus/parser/ast.h>
H A Dscan.l9 #include "../../../include/octopus/parser/ast.h"
11 #include <octopus/parser/ast.h>

Completed in 121 milliseconds

12