Rob Marrowstone

Results 14 issues of Rob Marrowstone

There are two crate-visible functions in Decimal and Coefficient that are used for timestamps. To support that there are two functions which work fine for their current purposes but have...

There is some ambiguity between the spoken-language spec and the Text Grammar about whether comment starts delimit the end of "numeric_entities" and "sexp_keyword_entities." Consider the below: ``` 2004T/* comment after...

documentation

Proving that the ANTLR Text grammar correctly captures some equivalent parsings would help assert its correctness and completeness. For example, the following are equivalent: ``` (a+b) (a + b) ```

The OpenXJson Format will deserialize JSON arrays as Rows. But if the user stores the top-level JSON values as Arrays and tries to select only specific columns, the results will...