Results for "tag:parser"
- 
arg_parser: Eiffel Argument Parser 383An argument parser library for parsing and validating command line arguments. arg argument parser command line cli Fri, 21 Feb 2025 18:04:16 GMT 
- 
eclop: ECLOP, Eiffel Command Line Parser 396ECLOP 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 
- 
json: Eiffel JSON 421Eiffel JSON parser and visitors. Fri, 21 Feb 2025 18:08:02 GMT 
- 
parse: EiffelParse 403Parse library: Parsing facilities. Fri, 21 Feb 2025 18:03:46 GMT 
- 
uri: EiffelURI 415Collection 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 
- 
uri_template: URI Template 442Implement 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 
- 
uuid: EiffelUUID 322Generate/Manipulate UUIDs. uuid generator parser identifier Fri, 21 Feb 2025 18:04:36 GMT 
- 
xml: Eiffel XML 536Collection 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 
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 (*,?).