parser
Seths CSV Parser 1.2.1
Seths CSV Parser - Pair of classes to parse a CSV file more>>
Completly freeware for non-commercial use.
Verilog 2005 parser 1.6
A free and open source Verilog 2005 synthesizable subset parser more>>
Enhancements:
- Added complete parse tree.
- Run bin/ptree to parse and build tree.
- Next to add elaboration.
wavesurfer parser 0.0.6
Free and open source app that allows you to parse WaveSurfer files more>> For Jaguar and may work on faster classic Macs with OS 9.1 and uptodate versions of AppleScript
A Folder Action AppleScript the User attaches to a folder that will allow setting and restoring the following Finder window features:
Window size and location on the screen
View, as in Icon / List / Column
Set ToolBar visibility and, in Tiger, SideBar visibility and width
A FAwindowing script can be attached to more than window when similar configuration for multiple windows is desired<<less
Jericho HTML Parser 3.0
Free and open source HTML parser for your Mac more>> Free and open source HTML parser for your Mac
Jericho HTML Parser is an open source Java library allowing analysis and manipulation of parts of an HTML document, including server-side tags, while reproducing verbatim any invalid or unrecognized HTML.
Jericho HTML Parser also provides high-level HTML form manipulation functions.
Main features:
- - The presence of badly formatted HTML does not interfere with the parsing of the rest of the document, which makes the library ideal for use with "real-world" HTML that chokes other parsers.
- - PHP, JSP, ASP, PSP and Mason server tags are explicitly recognized by the parser. This means that normal HTML is still parsed properly even if there are server tags inside them, which is common for example when dynamically setting element attributes.
- - It is neither an event nor tree based parser, but rather uses a combination of simple text search, efficient tag recognition and a tag position cache. The text of the whole source document is first loaded into memory, and then only the relevant segments searched for the relevant characters of each search operation.
- - Compared to a tree based parser such as DOM, the memory and resource requirements can be far better if only small sections of the document need to be parsed or modified. Incorrect or badly formatted HTML can easily be ignored, unlike tree based parsers which must identify every node in the document from top to bottom.
- - Compared to an event based parser such as SAX, the interface is on a much higher level and more intuitive, and a tree representation of the document element hierarchy is easily created if required.
- - The begin and end positions in the source document of all parsed segments are accessible, allowing modification of only selected segments of the document without having to reconstruct the entire document from a tree.
- - The row and column number of each position in the source document are easily accessible.
- - Provides a simple but comprehensive interface for the analysis and manipulation of HTML form controls, including the extraction and population of initial values, and conversion to read-only or data display modes. Analysis of the form controls also allows data received from the form to be stored and presented in an appropriate manner.
- - Custom tag types can be easily defined and registered for recognition by the parser.
- - Built-in functionality to extract all text from HTML markup, suitable for feeding into a text search engine such as Apache Lucene.
- - Built-in functionality to render HTML markup with simple text formatting.
- - Built-in functionality to format HTML source code that indents elements according to their depth in the document element hierarchy.
- - Built-in functionality to compact HTML source code by removing all unnecessary white space.
iTunes XML Library Parser 1.0
iTunes XML Library Parser - Realbasic class parses 10mb/sec more>>
TEXT to HTML Parser 1.3.7
TEXT to HTML Parser - Converts styled text into HTML/CSS using Tex-Edit Plus more>> <<less
INI Parser Library 1.1.10 R2
Free and open source INI file parser library INI Parser Library is a INI file parser that can read, edit and create large INI files more>> <<less
XML Parser (Expat) Plugin 1.0.3
XML Parser (Expat) Plugin - XML parser plugin for REALbasic more>>
It comes with a little demo project and with Dougs original documentation.
Enhancements:
- Fixed memory leak: The attribute objects were leaking
- Comments and hopefully all other parsed data will not contain LFs (chr(10)) any more but have them all converted into CRs (chr(13)), which is the usual line break character in RB.
Games::Poker::HistoryParser 1.55
Free and open source poker hand history parser more>> Free and open source poker hand history parser
Games::Poker::HistoryParser is a library of modules used to parse poker hand histories as generated by various online poker sites.
Games::Poker::HistoryParser also includes a number of output modules that format the data in various formats, such as XML, HTML, 2+2 Forums, etc.
NOTE: Games::Poker::HistoryParser is licensed and distributed under the terms of the Artistic License.
Enhancements:
- Major changes to the testing code. For a full look at testing, get a developer release from CVS.
- Added/fixed some PokerStars parsing.
iTunes XML Library Parser for REALbasic 1.0
iTunes XML Library Parser for REALbasic - Read your iTunes XML file and parse the songs and song properties into memory more>>
Completly freeware for non-commercial use.
polyparse 1.3
This is a collection of parser combinator libraries in Haskell. more>>
polyparse 1.3 is an ideal tool for programmers. It is actually a free and open source project that includes a variety of alternative parser combinator libraries, including the original HuttonMeijer set.
The Poly sets have features like good error reporting, arbitrary token type, running state, lazy parsing, and so on. Finally, Text.Parse is a proposed replacement for the standard Read class, for better deserialisation of Haskell values from Strings.
Please note that polyparse is licensed and distributed under the terms of the LGPL license.
Some Functionality:
- Text.ParserCombinators.Poly - Currently re-exports Text.ParserCombinators.Poly.Plain. The name Poly comes from the arbitrary token type. Thus, you can write your own lexer if you wish, rather than needing to encode lexical analysis within the parser itself.
- Text.ParserCombinators.Poly.Plain - This is a fresh set of combinators, improving on the HuttonMeijer variety by keeping only a single success, not a list of them. This is more space-efficient, whilst still permitting backtracking. Error-handling is also much improved: there are essentially two kinds of failure, soft and hard. Soft failure just means that the current parse did not work out, but another parse might be OK. Hard failure means that no parse will succeed, because we have already passed a point of commitment. Thus you can give far more accurate error messages to the user, including multi-layered locations.
- Text.ParserCombinators.Poly.State - This is just like Poly, except it adds an arbitrary running state parameter.
- Text.ParserCombinators.Poly.Lazy - This is just like Poly, except it does not return explicit failures. Instead, an exception is raised. Thus, it can return a partial parse result, before a full parse is complete. The word partial indicates that, having committed to return some outer data constructor, we might later discover some parse error further inside, so the value will be partial, as in incomplete: containing bottom. However, if you are confident that the input is error-free, then you will gain hugely in space-efficiency - essentially you can stream-process your parsed data-structure within very small constant space. This is especially useful for large structures like e.g. XML trees.
Enhancements:
- Single bugfix: Text.Parse.parseFloat now accepts ordinary floating point notation, in addition to scientific (exponent) notation.
Requirements:
- GHC
Psychomancer 1.06
Psychomancer - text-based adventure/RPG game more>>
Welcome to Torenheim, the latest of a plethoria of fantasy realms. Magic, known as the Essence, runs as freely as air and water in this world. Warlocks and wytches have dedicated their studies to mastering and controlling the Essence. Psychomancer features Myrlandria, an initiate wytch.
Psychomancer is an adventure/RPG game, somewhat in the same flavor as Sierra On-lines Quest for Glory games. In its current incarnation, it is a text based game, fused with the air of nostalgia of the parser games from 20 years ago.
Select one of the four magical disciplines (Sorcery, Elementalism, Psychomancy, Spirit) to help your sorceress, Myrlandria, escape from the Angwyn Cult temple. Puzzles will result in different solutions, depending on which discipline you decide to follow.
This is just a small sample of what the real game will be like, except the final product will be a full fledged game with graphics, sound, and Sacred Kewpie Dolls. The full version of Psychomancer will be done when it is done, which might take until year 2010.
Enhancements:
- Input text is no longer case sensitive.
- Additional text and descriptions were added.
- Spells can be viewed by typing SPELLS in any room.
- Linux, Digital UNIX, Mac OS X, and Windows versions have been made available, in addition to the version for Mac OS 8 and 9.
- Saving no longer is functional in version 1.06. The Save Feature will be fully implemented in Version 1.1. If you have older save games (Versions 1.00 - 1.05), you can use them to restore old games. The save feature was removed since it is not fully complete and has been removed until a future release of Psychomancer.
Lifesaver 0.4
Lifesaver - A free, beautiful and easy to use HelpML viewer more>>
HelpML (Help Markup Language) is a proposed standard for topic-based help documents (such as FAQs).
Lifesaver harvests the power of Apples XML parser and Safari WebKit to render help documents beautifully.

ANTLRWorks 1.3b
ANTLRWorks brings users a novel grammar development environment for ANTLR v3 grammars, which combines an excellent grammar-aware editor with an interpreter for rapid prototyping and a language-agnostic debugger for isolating grammar errors. more>>
ANTLRWorks 1.3b brings users a novel grammar development environment for ANTLR v3 grammars, which combines an excellent grammar-aware editor with an interpreter for rapid prototyping and a language-agnostic debugger for isolating grammar errors. ANTLRWorks allows users to edit, visualize, interpret and debug any ANTLR 3 grammar through an easy-to-use graphical user interface.
ANTLRWorks helps eliminate grammar nondeterminisms, one of the most difficult problems for beginners and experts alike, by highlighting nondeterministic paths in the syntax diagram associated with a grammar. ANTLRWorks' goal is to make grammars more accessible to the average programmer, improve maintainability and readability of grammars by providing excellent grammar navigation and refactoring tools, and address the most common questions and problems encountered by grammar developers
Major Features:
- Editor
- Single window editing
- Syntax highlighting
- Rule navigation tree
- Jump to rule or token definition
- Go To Rule
- Find usages of tokens or rules
- Find and Replace using regular expression
- Sensitive keyword, rule, and token auto-completion
- Rules and actions folding
- Tips and ideas
- Auto-indentation
- Refactoring - remove left recursion, extract or inline rule, etc.
- Show generated lexer or parser code using syntax coloring
- Syntax diagram display for lexer and parser rule
- Show unreachable alternative(s) in syntax diagram
- Display nondeterminism warning as ambiguous paths through the syntax diagram
- Highlight decision DFA
- Rule dependency graph
- Export syntax diagram, NFA and parse tree to bitmap image or EPS file
- Perforce integration
- emacs key bindings (Mac OS X only)
- Contextual menus
- Grammar interpreter
- Dynamically interpreter any input text
- Display parse trees as list or graph
- Grammar debugger
- Local or remote debugger
- Language agnostic
- Dynamic parse tree
- Dynamic AST
- Tree grammar debugging
- Lookahead highlighting
- Breakpoint in grammar
- Breakpoint in input text!
- Breakpoint on any events - LT, consume token, exception, etc.
- Step over rule
- Show corresponding grammar location and parse tree node for each input token
- Detachable panels
- Code generation:
- ANTLRWorks supports code generation in any language that ANTLR knows how to generate via the output=language option.
- For Java, however, ANTLRWorks knows how to build a test harness, compile everything, launch the parser, and connect to it--a great rapid prototyping feature when you can't use the interpreter because actions and/or semantic predicates must execute.
Enhancements:
- New Grammar Wizard
- StringTemplate Editor
- Custom test rig
- Run an input directly on the grammar