-
Для прохідного:
✔️ ! Brief Description
✔️ ! Project Name
✔️ ! Grammar Rules
✔️ ! Unit Tests
✔️ ! Test Coverage
✔️ ! Core Files
✔️ ! CLI (треба help)
Для максимального:
✔️ Error Handling
✔…
-
I am playing around with the Java grammar and models/listeners, where the lexer grammar contains the following rules:
```
IntegerLiteral:
DecimalIntegerLiteral
| HexIntegerLiteral
| O…
-
### Are you using the latest released (or pre-released, a.k.a. "next") version?
- [X] I'm using the latest Tact version
### Tact source code
```tact
const a: Int = 2;
const counter: Int = a == 0 ?…
-
When compiling the tree-sitter grammar (running `make` in the `tree-sitter` directory) I get the following error:
```
cd tree-sitter-spthy && tree-sitter generate
Warning: rule non_deterministic_…
-
### Describe the issue as clearly as possible:
When running provided arithmetic grammar example with vLLM, I get an error `TypeError: Error in model execution: argument 'ids': 'list' object cannot …
-
Section 4.1.14 of the Handbook, Full grammar, is not accurate. It may have been in sync with the actual grammar once, but certainly is not any more. Nonterminals, e.g., `annotation-item`, `base-ti-exp…
-
### Description
Drop supporting square brackets when providing `METADATA` clause to `FROM`: `FROM index [ METADATA _xxx]` --> `FROM index METADATA _xxx`.
Related: #105221
-
Для прохідного:
✔️ ! Brief Description
✔️ ! Project Name
✔️ ! Grammar Rules
✔️ ! Unit Tests
✔️ ! Test Coverage
✔️ ! Core Files
✔️ ! CLI (треба help)
Для максимального:
❌ Error Handling (…
-
### Is your feature request related to a problem?
[Linguist](https://github.com/github-linguist/linguist) is the provider of GitHub's syntax highlighting. It currently does not have an actual grammar…
-
The grammar must be in LL(1).
Rough Outline of the process:
- [x] Grammar
- [x] Grammar Tests
- [x] LL1Wrapper
- [x] LL1Wrapper Tests
- [x] SpecGrammar
- [x] SpecGrammar Tests
-…