-
### Is your feature request related to a problem?
This is the first step with #1399, to add support for KerML
### Describe the solution you'd like
The [SysML v2 Pilot Implementation](https://gith…
-
Recent changes have broken the parser generator?
```
rascal>import lang::java::\syntax::Java15;
java.lang.RuntimeException: java.lang.ExceptionInInitializerError(internal error) at $shell$(|main://…
-
The id "accept" should be added to the code for the Cpp, Dart, and Go target conflicts.
-
### Checklist
- [X] I am using an up-to-date version.
- [X] I have read the [documentation](https://github.com/TagStudioDev/TagStudio/blob/main/docs/index.md).
- [X] I have searched existing [iss…
-
We should add a function that parses ISO-8601 strings. We should follow the Temporal grammar:
https://tc39.es/proposal-temporal/#sec-temporal-iso8601grammar
i.e., we should implement a string pa…
sffc updated
2 months ago
-
Hi. @npgall
The value of the field `name` is a fuzzy `pattern`, such as `John%`; I use SQL: `SELECT * FROM cars WHERE 'John Nash' like name`, but it throws an exception. I need your help! Thanks …
siwee updated
2 years ago
-
Regarding this comment:
> grammar is not passed as string to be parsed, instead parsed llama_grammar* params, as at time of writing grammar_parser has no C api
Is there is any plan to support t…
adrid updated
10 months ago
-
### Check for existing issues
- [X] Completed
### Describe the bug / provide steps to reproduce it
I would like to report a bug with markdown rendering. When an asterisk is included in an inline co…
-
Hi!
This seems like a really nice lib and I've tried to use it for a quite simple expression parser, inspired by [clarkmcc/cel-rust](https://github.com/clarkmcc/cel-rust/blob/master/parser/src/cel.la…
-
**Description:**
There are few scenarios where current tokenization defined in the spec leads certain valid-structured codes to be treated as invalid code.
Tokens that leads to such issues are ``…