-
Let's move AST related discussion to this topic.
-
I'm trying to package your module as rpm packag. So I'm using typical in such case build, install and test cycle used on building package from non-root account:
- "setup.py build"
- "setup.py instal…
-
In Scala when you have a method that expects a single parameter the parens may be replaced with curly braces. We currently don't account for this.
For example:
```scala
object Main {
def x(a…
-
The Strange Loop talk has some remarks about the error-recovery using the GLR nondeterministic parsing mechanism. This is very intriguing, and I'm curious how it works. Is there anything written up on…
-
Hi,
I am trying to use gapless on a genome with ONT data. Unfortunately, I get the error below.
When it crashes I get this message to std out: "pipeline crashed : scaffold"
Can you please give…
-
```console
[tkloczko@barrel lark-0.11.3]$ /usr/bin/python3 setup.py build_sphinx -b man
running build_sphinx
Running Sphinx v4.0.2
making output directory... done
generating gallery...
Using S…
-
We have used dparser as the parser in [our project](https://github.com/mCRL2org/mCRL2) for years now, but have recently discovered some non-deterministic behaviour from the parser, see [this issue](ht…
-
Such snippet
```solidity
contract Contract {
constructor() {
assembly {
return(0, 0)
}
}
}
```
can't be parsed due to
```
[Diagnostic { level: Error, …
-
Trying to build this project on Ububtu 18.04 I needed to make several changes to be able to build it, also several chnges have been made to remove several compiler warnings with `-Wall -Wextra".
When…
-
### Description
I get an error (TypeError: cannot unpack non-iterable NotImplementedType object) pulling GOES/XRS data from SunPy on Windows using the code below. This works with no issues…