kdl/examples
Eric Sampson f0bc492021
Add some more reserved type annotations (#134)
I think it would be useful to get these few more common data types into 
For the decimal floating types, I referenced [this protobuf discussion](https://github.com/protocolbuffers/protobuf/pull/7039#issuecomment-679083593) and [this](https://github.com/googleapis/googleapis/blob/master/google/type/decimal.proto)

I'm not sure what to call out for the currency format, I can't find a standard for that yet. There's a [protobuf money type](https://github.com/googleapis/googleapis/blob/master/google/type/money.proto) that's basically a ISO 4217 currency code plus a decimal number, but I don't really want to invent a suggested money format if there's a real one out there somewhere.
For this PR, can we just leave it TBD in order to reserve the type keyword?
2021-09-11 20:46:32 -07:00
..
Cargo.kdl added some examples 2020-12-14 17:40:29 -08:00
ci.kdl BANISH THE COMMAS 2020-12-14 00:30:08 -08:00
kdl-schema.kdl Add some more reserved type annotations (#134) 2021-09-11 20:46:32 -07:00
nuget.kdl Change strings in nuget example to raw where needed. (#70) 2021-01-08 21:09:33 -08:00
website.kdl First pass at XiK (#95) 2021-08-03 16:31:43 -07:00