-
I'm trying to implement a basic JSON parser in Io to get rid of parson dependency. It looks like a very easy task, but I faced a problem, which just blows my mind... Here's the code:
```Io
Json :=…
-
## Problem
Currently in Zig, the way to express a program which properly handles all potential errors, in this case integer overflows, is not the easiest, laziest thing to do. To use addition as th…
-
`true` and `false` should be parsed specially as literals, just like `123` would be.
They are _not_ 0-ary functors.
Of course, you can make any string into a functor (this is convenient when inventin…
-
This proposal will extend object initializers to allow `@$"hello"` as a verbatim interpolated string, compared to `$@"hello"` (current interpolated verbatim string).
- [ ] Proposal added
- [x] Di…
-
As an occasional standards-user, the lack of a succinct expression of the grammar for valid URL strings is rather frustrating. It makes it rather difficult to follow what's going on and, in particular…
-
I'm implementing a protocol that is very strict in validating the exchanged messages and requires extensive syntactic validation and detailed errors to be produced while serializing and validating th…
-
I have an array `x::Array{ImmutableArray.Vector2}`.
It would be cool to be able to broadcast indexing as is done with functions.
e.g.
```x.[1]```,
which would return the first element of each `V…
-
Just trying to get some ideas out of my head and put them down somewhere, so this is just a general proposal for string interpolation and tagged strings, which are in several languages notably Python'…
-
## Summary
Editor setup and syntax highlighting would be nicer and easier (in my opinion) if heft and rush config files were allowed to have `jsonc` as their file extension.
Several members of …
-
We've noticed an issue which we think is due to webpki failing to parse a cert that was rewritten by an SSL inspection system.
I wrote up a PR that exposes the issue, and provides more details: htt…