Re: Argon: an alternative parser for command-line arguments

2019-01-26 Thread Victor Porton via Digitalmars-d-announce
On Wednesday, 9 March 2016 at 18:56:10 UTC, Markus Laker wrote: To support git-style syntax while using Argon, I'd do this: 1. Find the (possibly empty) initial sequence of tokens that start with a dash. Pass them to an Argon-derived class which we'll call `Stem', which parses them. 2. If

Now D supports semantic Web (RDF and SPARQL particularly)

2019-01-22 Thread Victor Porton via Digitalmars-d-announce
Now D supports semantic Web (RDF and SPARQL particularly): I've created a D wrapper around C semantic Web library librdf. Here is the code (it also supports several other programming languages, particularly I did also Ada2012 wrapper, the Ada wrapper is however somehow not stable):