Results for "tag:parser"
-
arg_parser: Eiffel Argument Parser 99
An argument parser library for parsing and validating command line arguments.
arg argument parser command line cli
Fri, 21 Feb 2025 18:04:16 GMT
id=8F057FB0-84BF-434B-A656-B72141741BA6 -
argument_parser: Obsolete Eiffel Argument Parser 91
Obsolete, please use the new 'arg_parser' library
obsolete argument parser command line cli
Fri, 21 Feb 2025 18:05:23 GMT
id=EE1CFD78-1AB2-4D2F-B2D3-FFD915DBE4FF -
eclop: ECLOP, Eiffel Command Line Parser 109
ECLOP stands for Eiffel Command Line Parser and is a small library for parsing command line options. The current release (0.1.1) should still be considered a beta release but should despite that still be useful for writing command line based programs and it is reasonably stable. Your mileage may vary. ;-)
Fri, 21 Feb 2025 18:06:33 GMT
id=02448927-5D09-47ED-92B0-C77B71574A7F -
feed: Eiffel FEED parser 97
RSS2.0 and ATOM feed parser. Feed visitor including HTML generation from FEED Eiffel objects.
rss atom feed html generator parser
Fri, 21 Feb 2025 18:07:59 GMT
id=BB64CE7D-B5C3-455E-8179-36C87DEB9B83 -
json: Eiffel JSON 88
Eiffel JSON parser and visitors.
Fri, 21 Feb 2025 18:08:02 GMT
id=13AAF0A7-E6B1-4BDD-A107-6FA637EC59EA -
microdata: MicroData parser 94
Solution to extract MicroData from HTML5 content.
microdata parser html5 html data machine-readable schema
Fri, 21 Feb 2025 18:07:57 GMT
id=033827CD-E23D-4A46-BA61-13ACED9EB8CE -
parse: EiffelParse 90
Parse library: Parsing facilities.
Fri, 21 Feb 2025 18:03:46 GMT
id=1F69C839-03C2-40AC-9215-40DB67E238D9 -
peg: Eiffel PEG 86
Eiffel PEG parser. (Parsing Expression Grammar).
Fri, 21 Feb 2025 18:02:20 GMT
id=3CD37C43-4CCC-4AE0-BFEB-4B373E22F20E -
uri: EiffelURI 82
Collection of URI parser and builder: - URI : Uniform Resource Identifier - PATH_URI : URI application for path - IRI : Internationalized Resource Identifier
parser uri iri path resource identifier
Fri, 21 Feb 2025 18:05:13 GMT
id=C7066B78-3316-40ED-BD96-A9F010529527 -
uri_template: URI Template 85
Implement URI Template as described at http://tools.ietf.org/rfc/rfc6570.txt Support for URI template string expansion But also partial URI Template matching
parser uri template router generator url
Fri, 21 Feb 2025 18:08:00 GMT
id=AFD3088D-071E-4279-9A16-1C0510305EE0 -
uuid: EiffelUUID 80
Generate/Manipulate UUIDs.
uuid generator parser identifier
Fri, 21 Feb 2025 18:04:36 GMT
id=1E14DEDC-3995-41DE-ACE8-01B897B5D87E -
xml: Eiffel XML 83
Collection of Eiffel libraries to manipulate XML content: - XML parser: parser and callbacks components - XML tree: document, elements, and nodes (and related visitors)
xml parser tree callback visitor
Fri, 21 Feb 2025 18:05:12 GMT
id=943FAC2B-CD9C-4F27-A0A2-5F0C255A383A
Usage: "criterion:value" (note: "value" is aliased with "text:value") Criteria: [name] name:foo* - packages of short name matching "foo*" pattern [title] title:base - packages of title "base" [tag] tag:web - packages tagged "web" [description] description:"advanced usage" - packages with phrase "advanced usage" in their description [owner] owner:*Caesar - packages published by users with the user names matching "*Caesar" [downloads] downloads:10 - packages with at least 10 downloads [text] text:abc - equivalent to "name:abc or title:abc or tag:abc" Criteria can be combined with "and" (the default), "or" (aliased with prefix "+"), "not" (aliased with prefix "-"). Criteria "name", "title", "tag" and "description" supports wildcards (*,?).