-
- https://arxiv.org/abs/1405.6646
- 2014
PEG(Parsing Expression Grammars)は、トップダウンパーサーを表現するものです。
残念ながら,従来のトップダウンパーサで使われていたエラー報告の技術は,Parsing Expression Grammars (PEG) に基づくパーサには直接適用できないため,何らかの方法でシミュ…
e4exp updated
3 years ago
-
There are several grammars for the same thing in Substrait subprojects.
1. There was originally a [type parser built in substrait-java](https://github.com/substrait-io/substrait-java/blob/main/core/s…
-
### Search first
- [x] I searched and no similar issues were found
### Description
I noticed that when label filter is set to `!MANUAL` and formatted sql changeset labels contains space i.e `labels…
-
### Did you check the tree-sitter docs?
- [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
### Is your featur…
-
I'm wondering if there's a way or a plan to support multiple entry points to a grammar. The following is just for context. We have a workaround.
Use case
--
We're just starting to use tree-sitt…
-
Some regex patterns are not colorized correctly. We could add a check to ensure that the colorized pattern round trips, and if it doesn’t then we fallback to the generic string colorization.
https:…
-
A CLI tool over the existing Vyaakaran compiler which exposes similar functionality to the [Vyaakaran editor](https://vyaakaran.now.sh/editor).
The CLI tool would take source grammar file as input an…
-
See http://tratt.net/laurie/research/pubs/html/tratt__direct_left_recursive_parsing_expression_grammars/ -- need to review existing code to see whether it exhibits this behaviour (it probably does). S…
-
## Problem
Currently, language injections are treated as the top-level node in that language's tree-sitter.
It would be very valuable to provide a feature that allowed for treating a specific in…
-
[OSM.org Mapnik](http://www.openstreetmap.org/) stylesheets classically have verbose rules matching specific types of features, e.g. `([type] = 'golf_course')` repeated numerous times with slight vari…