My favorites | Sign in
Google
Projects on Google Code Results 1 - 10 of 515
A easy parser for my homework
The core of the project is a general purpose parser driven by a customizable grammar written in a binary format (COMPiled grammar PARSER ). All source are in C ( except the GUI interfaces in C# ) so that they can be easily ported to small embedded system. Among the tools there is a module and ...
== Simple data access object for csv files in php5. == by Kazuyoshi Tlacaelel. = Some features = == Cells == # *[fillCell]* _cell value filler_ # *[getCell]* _cell fetcher_ # *[hasCell]* _checks if a coordinate is valid_ == Headers == # *[countHeaders]* _header c...
=News= * *09 Sep 2008*: New source tarball and Windows pre-compiled executables. Checked with valgrind for memory leak. Tests are still to be fixed! * *25 Aug 2008*: Back to the NFA approach! Also, now every modifier is greedy. The expressions like "`.+z`" or "`\d+3`" will never succeed as t...
CookCC is a lexer and parser (LALR (1)) generator project, combined. It is written in Java, but the [TargetLanguages target languages] can vary. CookCC comes with two unique features, which were the original motivations for this work. # CookCC uses a unique approach of storing and loading DF...
PEN is a Java implementation of the well-known Earley's chart parsing algorithm. It analyses sentences according to given context-free grammars, written in plain text files. A simple API is also provided together with the parser, to ease its integration in other projects. =Contents= This p...
This is not yet another parser. Tinyap takes some text and an a grammar describing AST as inputs, and outputs another AST that describes the text contents, according to the provided grammar. Basically, tinyap is a recursive descent parser with backup. Thus, it's able to recognize any LL(k) langu...
_Arpeggio_ is recursive-descent PEG grammar interpreter written in Python. Parser is configured dynamically using grammar definition. Grammar can be defined by using python language constructs or PEG textual notation. It is in early stage of development and the intended usage is in the IDE for DSL ...
The traditional approach to converting structured text files to XML is to write a parser using lex/yacc. However, in context-rich grammars this is highly inconvenient and tedious, and often requires huge amount of duplication between the lexer and the parser, at the same time leading to poor perform...
LibJSON is a lightweight and fast JSON parser and code generator for .Net. It is implemented in C#. LibJSON is released under the terms of the GNU LGPL. For more information about JSON, see [http://www.json.org json.org]. For some code examples from LibJSON, see [Examples]
1 2 3 4 5 6 7 8 9 10 Next