-
The current YAML schema has differences in the grammar for API specification when dealing with resource operations and events.
This difference requires additional parsing and coding, resulting in d…
-
I've been working at a tree-sitter for Crystal, and it's a challenge, largely because Crystal doesn't to my knowledge have a formal or even semi-formal grammar specification. Implementing language too…
-
Does Overpass API have grammatical specifications? Now I'm trying to parse the Overpass API's query language, but that seems to be a complex and meticulous task. Since I haven't found a publicly avail…
-
1. Even so-scientific language like Haskell doesn't use a standard grammar specification.
2. ABNF is not designed to support UTF-8 in the first place, its tools are old and not supporting any other e…
-
From https://github.com/eclipse-jdt/eclipse.jdt.core/pull/3069#discussion_r1798802924:
It seems that this snippet:
```java
if (p instanceof R(String a))
```
is actually illegal syntax.
Diamo…
-
Publish a Language Grammar specification.
[Typescript is doing this](https://github.com/Microsoft/TypeScript/blob/master/doc/spec.md#A) and it helps language syntax developers for different editors a…
-
The build file format [is described to some degree](https://github.com/martine/ninja/blob/e758e8d0e014c1442ab5973541a3a1cc59dc97cb/doc/manual.asciidoc#writing-your-own-ninja-files). I would appreciate…
-
I had a look through the docs but didnt see anything specific about what constructions are permitted within what other constructions. Could this be documented?
ie: The [Go specification](https://go…
-
On Clojure 1.8.0 and ClojureScript 1.9.293, I'm getting the following error when requiring the instaparse module:
```
Uncaught exception: Error parsing grammar specification:
Parse error at line …
-
### What needs to get done
Evaluate current proposals for multi-base handling in platforms and grammar and write a specification outlining the solution.
### Why it needs to get done
Craft tools nee…