-
The intent of KGCL was to allow for human readable labels wherever IDs are used. Like in the Protege manchester renderer, these would be enclosed in single quotes.
E.g `add obsolete 'my bad term'`
…
-
### ⚠️ This issue respects the following points: ⚠️
- [X] I agree to follow Nextcloud's [Code of Conduct](https://nextcloud.com/contribute/code-of-conduct/).
### Describe the goal you'd like to achi…
-
Hi,
I've observed some different behaviour when validating / executing ECL in the International SNOMED CT Browser / Snowstorm vs using the Grammar with ANTLR Lab or an ANTLR Parser targeting a diff…
-
Due to the constraints of the grammar, it seems impossible to use dashes in actor names. I found no escaping (XML, backslash) that will work.
-
In many cases generic operators need to be introduced where certain type variables may be constraint. For instance the literal
`num_cast : ('a,type | uint | bool`
to restrict instantiations of `'a`t…
-
The spec says (3.2.8, [1.0](http://ceylon-lang.org/documentation/1.0/spec/html_single/#typenameabbreviations), [current](https://github.com/ceylon/ceylon-spec/blob/ae7161343a4636ba91a4590f74709be75e29…
-
The original mal compiler implemented checks for various aspects of syntax validity, constraints, etc. These can be found [here](https://github.com/mal-lang/malcompiler/blob/master/malcompiler-lib/src…
-
The `breadth_first` branch currently supports a `max_depth` specification for `compute_constraint_encoding`, unpacking the SyGuS grammar only up to the specified depth. This, I think, was the main hur…
-
**Steps to reproduce/Actual Behavior:**
1. `CCJSqlParserUtil.parse("CREATE TABLE table1 (col1 type1, col2 type2 UNIQUE, CONSTRAINT my_constraint UNIQUE KEY index_name (col1))")`
>JSQLParserExcep…
-
The grammar descriptions provided in the documentation looks quite obsolete. It is missing some metavariable kinds (function, for example) and does not describe possible constraints on metavariables. …