-
- 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…
-
### 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…
-
## 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…
-
In the not-too-distant future, I'd like to bump Tree-sitter's version to 1.0, indicating a greater degree of stability and completeness. After that I'd like to regenerate all of the parsers in the [tr…
-
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…
-
[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…
-
Issue 13 suggests allowing different nonterminals to be serialized with the same element or attribute name, in a way that allows the expected name to be determined by inspection of the grammar.
Exp…