-
https://github.com/kotlinx/ast#using-with-gradle tells me
```
dependencies {
// please look at https://jitpack.io/#drieks/antlr-kotlin to find the latest version
…
-
There is [an AST Parser that handles Insights and Games](https://github.com/enkidevs/content). It handles edge cases well, but it is tightly coupled with the database. Integrate it into the Insight pa…
-
Currently ameba uses only the stdlib parser in order to provide an AST for the rules to operate over. This is useful, but limits the kinds of things that ameba can be used for. This is an issue to dis…
-
### Component
All
### Package version
9.56.2
### React version
18.3.1
### Environment
```shell
System:
OS: Windows 11 10.0.26100
CPU: (16) x64 11th Gen Intel(R) Core(TM) i7-11850H @ 2.5…
-
### Did you check existing issues?
- [X] I have read all the [tree-sitter docs](https://tree-sitter.github.io/tree-sitter/using-parsers) if it relates to using the parser
- [X] I have searched the…
-
Trying to build a compiler with lalrpop and Logos and play with error recovery following [error recovery](https://lalrpop.github.io/lalrpop/tutorial/008_error_recovery.html) and [external lib](https:/…
-
So, Prism is out and it's:
1. correct
2. comes out of the box with MRI (and IIRC with other Ruby implementations)
3. faster (I think on TruffleRuby/JRuby it's absurdly faster because it doesn't r…
-
The AST doesn't provide the original casing used for the literals `NULL`, `CURRENT_DATE`, `CURRENT_TIME`, and `CURRENT_TIMESTAMP` making it impossible to detect what the column name would be from just…
-
```[tasklist]
### Tasks
- [x] Yjs: Panel AST sync (Y.Text)
- [x] First parser: Header
- [x] First decorator: Link
- [x] Image decorator (with project image URL support)
- [x] Remaining parsers:…
-
## Wants
- Import other qalam files to allow for code modularization
- use syntax like `import utils from "./utils.qlm"`
## General Tasks
- [x] Add tokens for `import` and `from` (scanner.rs)
-…