-
First off, the operator precedence of `a..b` is extremely low.
`struct Range` recently got #[derive(Eq)], so people might want to compare a range to an expression in range notation.
`r == 1..10` pars…
-
I think we should port the feeder display from the d3 svg stuff to webgl. It would add performance and clarity. WebGL uses the Shunting-Yard algorithm under the hood, which is why it is so much fast…
-
Long-awaited and requested feature.
Example use cases:
- show composer only if one is present
- show album date range if it is nonempty, else show single date
- potentially replace things like `forma…
-
I've looked at the code quickly and tried to figure out a quick way to patch it to support nested expressions, but have been unable to do it easily.
I'm looking to support the following use case:
``…
benze updated
10 years ago
-
During the event that a function is called with a missing identifier (argument) for a function, but still retains the comma, the parser chooses to ignore it on the grounds that it only checks for a ca…
-
see https://github.com/phpcr/phpcr/pull/35 for discussion
parenthesis are parsed by the sql2 parser. however, operator precedence is ignored: `a or b and c` gets parsed as if it was `(a or b) and c`.…
-
- [ ] Square root
- [x] Exponentiation (as in http://en.wikipedia.org/wiki/Shunting-yard_algorithm#Detailed_example)
- [ ] Factorial?
hawkw updated
11 years ago
-
I stumbled over strange behavior and I believe the cause is the built-in Identifier rule:
```
Identifier
-
I have used emacs for about two years. But I still couldn't write my configuration. I have tried to do that several times, and I like your dot-emacs-dot-d. But I still have some problems with it. I in…
ghost updated
12 years ago