-
**Describe the bug**
The block expression `{{#if flag}}...{{/if}}` only works on a single line, and thus is not a block expression after all. :disappointed:
**To Reproduce**
Grammar:
```
Hello…
-
The terminology is getting to be a bit of a mess. It has to fit in with the flowchart shown below:
https://drive.google.com/file/d/0B37gxkuD6apmS3lvLXFFUHRQbnM/view?usp=sharing
![](https://i.imgur.c…
-
I'm using BNFC 2.9.1. Consider this .cf file:
```
EAB. Exp ::= AB;
EA_B. Exp ::= A B;
token A 'a';
token B 'b';
token AB 'a' ' ' 'b';
```
Generate haskell code from it and call this from `ma…
-
I suppose it's harmless, but this seems unexpected?
```
myvar # Continue on the next line.
# Keep going...
= foo
rule echo
# We want to continue ignoring this line, though.
# It's t…
-
Now that the indentation within EXPLAIN was fixed, perhaps it'd be a good idea to make it more readable than in original PostgreSQL? Color highlighting would imho be a good start - what should I start…
-
Some benchmarks are needed to ensure what the problem is, but I’m pretty sure (given the current `nom-3` implementation) that we have a lot of failures and retries.
-
I have been investigating why `parser` is so slow on TruffleRuby.
I had a suspicion it's a too big generated method and indeed that's now clearly the case from this analysis: https://github.com/oracl…
-
### Bug Report
#### Summary
I changed the yml files for my 2 entityes. I understand now alters occur in alphabetical order?
#### Current behavior
Then executed:
`php bin/console doctrin…
-
Debian 8, CentOS 6.0, and Fedora 25
I cannot make cmake work for a Unix platform when I executed the following:
```
git clone https://github.com/pyside/Shiboken.git
cd shiboken
mkdir build
cd …
-
Hello,
We have been using (XQLint)[https://github.com/wcandillon/xqlint] for syntax highlighting for years now and we believe that it is extremely solid. It is used in: ACE, C9, eXide, Atom, and Code…