-
Someone asked on reddit if we’re going to support hyperscript. I think we could definitely do this and promote it as an alternative to JSX/whatever. The only concern I have is that hyperscript typical…
-
When parsing one can use `$$` in units to refer to the currently parsed value.[^1] This does not work when making a naked type declaration, i.e., a declaration just specifying a field, e.g.,
```rub…
-
See : https://drafts.csswg.org/css-syntax/#consume-number
Also mentioned in passing by @tabatkins here : https://github.com/w3c/csswg-drafts/issues/6471#issuecomment-885945731
As a result of the…
-
The following chunk of code passes the static syntax checks:
```julia
@gen (static) function thinking!(t::Int,
is::InteractionState
)::InteractionSt…
-
I was using a bunch of indentation-based languages, like CoffeeScript, Jade, and want to create DSLs by myself.
I find some tricks maintaining indentations in pegjs by searching, was was wondering if …
-
# GraphQL Tuples
At this stage, GraphQL does not provide tuples. This issue proposes to extend the GraphQL specification with an additional primitive type `Tuple` (of kind `WRAPPER`).
a GraphQL …
-
**Note:** all of what follows is the result of trying to parse PRONOM binary and container signatures, using the rather old spec at https://www.nationalarchives.gov.uk/aboutapps/fileformat/pdf/automat…
-
This is an attempt to flesh out an idea that I've kicked around with a number of people to address the difficulty of interacting with untyped structured data in Dart 2. The canonical example is inter…
-
_This issue has been moved from [a ticket on Developer Community](https://developercommunity.visualstudio.com/content/problem/1155735/no-intellisense-for-record-types-if-theyre-declare.html)._
---
[s…
-
I'd like to propose a folding syntax for single valued objects, loosely inspired by CUE: https://cuelang.org/docs/tutorials/tour/intro/fold/
It's frequently the case that when I want to override a …