-
### Have you searched for similar requests?
None
### Is your feature request related to a problem? If so, please describe.
Ditto.
Currently I am trying to create a compact dynamic section…
Xabab updated
2 months ago
-
If this project was a single implementation, a hand-written parser would be ideal. However, given that this project will be release as open-source, and may end up on architectures different than what …
ghost updated
9 years ago
-
The current internal parser is just a quick hack to parse simple constructs. A better parser is needed to parse something like this:
```
+(A) A
```
The current version just eats all As via the repet…
-
### Bug Report
| Q | A
|------------ | ------
| BC Break | no
| Version | 2.11
#### Summary
The QueryBuilder returns no records when using an array parameter
#### Cur…
-
-
```
So JParsec (http://jparsec.codehaus.org/) is a nice library for writing
recursive-descent parsers. We should rewrite the whole TreebankFormatParser
using this approach - that should get rid of a…
-
Hi, I thought about a rust implementation of postCSS for quite some time and I'm glad this attempt exists.
I am a beginner in Rust and while I was able to put together a basic parser using nom, I rec…
axyz updated
3 months ago
-
# Description:
```
dict = {
test: 5,
test2: 6,
test5: 7
test9: 4
}
```
It creates a strange error, pointing to the first colon (on develop, this gives line 2):
![image](https…
-
In [spcasm](https://github.com/kleinesfilmroellchen/spcasm), which I'm currently in the process of moving from a hand-rolled parser to LALRPOP (a super pleasant process by the way!), the hand-rolled r…
-
A long if-then-else expression can results in a null pointer in the generated ANTRL parser, which causes the language server to crash.
Stacktrace:
```
java.util.concurrent.CompletionException: ja…