-
This Dhall plugin seems to be unmaintained. I am interested in developing this plugin further. I would like to make it a full-featured plugin that enables productive working with Dhall source files.
…
-
-
(Comby is awesome! Thank you!) I would like to be able to use Comby to match in JSX files (that is, JavaScript or TypeScript files with React-style ``s).
On the following sample `.jsx` or `.tsx` fi…
-
Goal: make CALM robust by testing it using known problems
Some principle: easy implementation, good design, explicit assumption.
0. Attribute in general state constraint was taken as normal func…
-
Hi all
Is there an ability to raise an exception straight from the grammar?
```
grammar =
"""
datablockheading = DATA blockframecode
DATA = "data_"
blockframecode = nonblankchar+ / RAISE…
-
Would it be possible to extend the parser to find mathjax expressions ($blah$ $$blah$$) so that we can use that in queries?
-
I've been working on and off for a few years on a VS Code extension for [Ecmarkup](https://github.com/tc39/ecmarkup), an HTML dialect used for writing programming language specifications (specifically…
-
Checking the Dart2 specification, 'operator' can be used as a field name. Probably the same problem will occur with other marked keywords.
Keyword Specifications for Dart2
* https://dart.dev/guide…
-
Given a hermes Grammar and values for each terminal, is it possible to perform code generation? I ask because I'm interested in writing code that generates WDL (which uses a hermes grammar), but I can…
-
Let's go through the MySQL documentation pages and make sure even the complex SELECT queries are supported by the SQLite integration plugin:
* https://dev.mysql.com/doc/refman/8.0/en/select.html
*…