Bruce D'Arcus

Results 882 comments of Bruce D'Arcus

And don't forget the original example: makebst. Though I expect a web-based GUI version in 2012 could be much better.

I think, given the problems recently with doing development on the `v1.1` branch, we should keep things as simple as possible going forward, and focus on master once we tag...

Regardless of the details, the goal: any commits on the rnc files that hold the variable strings (see [this](https://github.com/citation-style-language/schema/blob/master/schemas/styles/csl-types.rnc), for example) would automatically update the json schema files, ideally as...

Doh! In any case, if he wants to create an issue from that comment, with the correct description, he should feel free.

I will add, however, compared to rnc, I despise json schema. It might be worth considering a simpler list format that a script could convert into the json?

We just need a script that will parse the rnc file(s) into patterns and strings, that would match what would be in the output target; something like: ``` python def...

Right, but we can adjust the patterns so they line up, and/or to add some additional logic to adjust where easier/better?

If we move to a non rnc source format, I vote for YAML, with lists based on output datatypes.

Took me a minute or two to convert the rnc file to [yaml](https://gist.github.com/bdarcus/cdaeb56529f1e7b5bc70e7e0cd5bbffe). There's not much difference, other than YAML not requiring customized parsing. But beyond that, another advantage here...