-
@bprosnitz writes:
Currently if you do things like have imports before error declarations, you get meaningless syntax errors
@tatatodd replies:
FYI, I have a plan to change the vdl parser from "go to…
ghost updated
9 years ago
-
### Description:
We currently don't have good position (line/row) information about errors from the parser. We'd like to have that information both from parser errors (an error that occurs during t…
-
/priority p3
/kind feature
We implement a simple interpreter based on the string comparison, which is not robust. We need to implement a real one.
-
```
What steps will reproduce the problem?
1. ./all.bash
What is the expected output? What do you see instead?
%%%% making cmd %%%%
rm -f *.o *.6 enam.c 6.out a.out y.tab.h y.tab.c cc.ao
rm -f *.o …
-
## Observed vs. expected behavior
`ad-tag-include` shows up on auto complete ***everywhere***, instead of only in asciidoc files.
## Steps to reproduce
Type `a` in any open editor that is not…
dnbln updated
10 months ago
-
```
What steps will reproduce the problem?
1. ./all.bash
What is the expected output? What do you see instead?
%%%% making cmd %%%%
rm -f *.o *.6 enam.c 6.out a.out y.tab.h y.tab.c cc.ao
rm -f *.o …
-
# New Feature Issue
## What
**新しく実装したい機能や実現したいこと**
- `lexer.go`で実装した字句解析器の結果を受け取る、構文解析器を実装する
## Why
**実現したい理由、現在抱えている問題**
- 構文解析の主たる実装は、[`goyacc`](https://pkg.go.dev/cmd/yacc)を利用することにす…
-
I would like to use `parser-ts` to parse PromQL of which formal definition may be found below,
1. https://github.com/prometheus/prometheus/blob/main/promql/parser/generated_parser.y.go
2. https://…
-
It seems like the AND/OR/NOT operators are useless in the Query String Query, which is different from [Lucene](https://lucene.apache.org/core/2_9_4/queryparsersyntax.html#Boolean%20operators).
Will …
-
I am trying to add this feature myself, and I have tried to modify the parser to accept "x" the same way it accepts other actions but still getting a syntax error, which means, I think that I haven't …