-
```
Hi,
I have read the rnc official syntax specification :
http://www.thaiopensource.com/relaxng/jing.html
Yet, I have seen a divergence between this grammar and the execution of
jing application.…
-
```
Hi,
I have read the rnc official syntax specification :
http://www.thaiopensource.com/relaxng/jing.html
Yet, I have seen a divergence between this grammar and the execution of
jing application.…
-
Many snippets from 'terraform.json' do not follow the [snippet grammar regarding variables](https://microsoft.github.io/language-server-protocol/specifications/lsp/3.18/specification/#snippet_syntax) …
-
Hello!
I'm currently writing a firrtl lexer/parser for yosys using flex/bison and am a bit stuck because
the grammar of firrtl is not context-free.
This is because firrtl allows an id to be a res…
-
In the documentation, the rules for deciding whether "." is part of a name (dividing name segments) versus an operator say (https://www.unison-lang.org/learn/language-reference/identifiers/):
> . b…
-
Requirements software is new to me, so am limited in how much useful information I can provide. I'm simply looking to visualise the data in an export I've been provided.
```
2 ❯ strictdoc import r…
-
Define a reference grammar based on bash.
-
Current [grammar page](https://docs.tact-lang.org/language/guides/grammar) doesn't bring much value, especially for those willing to work on Tact compiler development or related tooling.
The page s…
-
Neither Java's `Character.isWhitespace(int)`, or `Character.isSpaceChar(int)`, or the unicode [`[:White_Space:]`](https://unicode.org/cldr/utility/list-unicodeset.jsp?a=%5B%3AWhite_Space%3A%5D) specif…
thobe updated
2 years ago
-
Data in Trig format cannot be processed by RDFLib.
Let us assume the following data including graphs (example copied from RDFlib documentation)
```
GraphString = '''
PREFIX eg:
PREFIX foa…