Tag #parser

Pharo 6parserbibtexquerylatexprinter
Citezen is a library to parse, query and manage bibtex scientific citations.
Pharo 5parserorgnotestodo
This is a petit parser of Org mode file; see http://orgmode.org. Org mode is for keeping notes, maintaining TODO lists, planning projects, and authoring documents with a fast and effective plain-text system.
Pharo 6DevelopmentParserPEGPetitParserCodeRewritting
PetitParser2 PetitParser2 is a new version of PetitParser that allows to define flexible and high-performance parsers. https://github.com/kursjan/petitparser2#petitparser2- Key Features: - Modular, composable and easy to extend - Natural, easy-to-follow definitions - High...
Pharo 5DevelopmentParserScannerLexerLexicalAnalysisSyntaxAnalysisLRLALRGLRCodeRewritting
SmaCC Smalltalk Compiler Compiler : a parser generator. http://www.refactoryworkers.com/SmaCC.html Integrates: LR, LALR and GLR parsers Lexical analysis Unified lexical and syntaxic description Automated AST classes generation Automated code rewritting ...
Pharo 8XMLDOMSAXDTDHTMLXHTMLparservalidationwebmarkupdocument
XMLParser provides validating SAX and DOM parsers for well-formed XML documents on Pharo, Squeak, and Gemstone. It also provides a DOM API for manipulating documents, namespace support, and an optional XMLWriter for writing documents. Validation and namespace checking are enab...
Pharo 8HTMLSAXDOMparserwebmarkupdocument
XMLParserHTML provides SAX and DOM parsers for HTML that convert possibly malformed HTML into well-formed XML.
Pharo 8XMLDOMStAXDTDHTMLXHTMLpullparserpull-parserXMLPullParservalidationwebmarkupdocument
XMLParserStAX is a pull parser for XMLParser that provides a streaming interface for "pulling" XML events and also supports pull-style DOM parsing for dynamically converting events into DOM nodes.
Pharo 5XMLwebparserstax
XMLPullParser is a robust StAX (pull) parser for XML
Pharo 7XPathXMLDOMHTMLXHTMLparserwebmarkupdocumentquery
An XPath library for Pharo, Squeak, and Gemstone leveraging the XML parsing capabilities of XMLParser. Supports XPath 1.0 syntax with extensions.