-
### Are you following the right branch?
- [X] My Nixpkgs and Home Manager versions are in sync
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Issue descript…
-
While converting this grammar https://github.com/diku-dk/futhark/blob/master/src/Language/Futhark/Parser/Parser.y to use in https://mingodad.github.io/parsertl-playground/playground/ I found that biso…
-
This program contains a syntax error in `Abs(,)` that causes the parser's recovery to generate a BadExpr for `math.Lde`.
```
func g() {
math.Abs(,)
//
math.Lde()
}
`…
-
Following #28.
E.g.:
```
S_GET_CURR_MIN_MAX : STRING := 'CURR:LIM:NEG?;:CURR:LIM:POS?$L';
```
-
```
module TRY
syntax Exp ::= Int
| Exp Exp
| Exp "-" Exp
| "-" Exp
syntax priority '__ > '-_
endmodule
fslwork$ krun --parser "kast -e" "- 7 3"
…
grosu updated
9 years ago
-
I'm trying to print the help text for my options without having to force a parser error.
Currently, it seems the only way to print the help text is to call something like
```
Parser.Default.ParseArg…
-
### What happened?
#32482 attempted to improve BQ Avro schema and type conversion logic, but it still seems to not handle FLOAT type properly (though I think it wasn't working before this refactorin…
-
I was testing around some things with the `argparse` module in `bpython` when suddenly `bpython` quit on me with error code 1. I tried to break the problem down and the code below seems to be the min…
-
@mfussi66 @kaidegast and I noticed this strange behaviour when trying to export frames attached to the link that is passed as `baseLink` to the `ModelExporterOptions`.
Basically what happens is that …
-
In the document checking summary of errors/info/warnings line, add the url being checked.
This is because when you choose a new url, you can’t see in the checking summary line which document was mo…