-
Discussion about the ongoing implementation of the compiler.
keean updated
5 years ago
-
I'm implementing `Cucumber Expressions` parser in Rust: [WIP](https://github.com/cucumber-rs/cucumber-expressions/pull/1). And grammar described in the [`ARCHITECTURE.md`][1] really bothers me for cou…
ilslv updated
2 years ago
-
```c
int PyLong_IsPositive(PyObject *);
int PyLong_IsNegative(PyObject *);
int PyLong_IsZero(PyObject *);
```
They should be identical to existing private functions `_PyLong_IsPositive()`, `_PyLo…
-
[Hacker News wants unquotes](https://news.ycombinator.com/item?id=10326221). We happily oblige.
## Unquotes in expressions
Whenever the parser is ready to parse a term, it should also expect an unquo…
masak updated
3 years ago
-
Just idea for future and future discussions, maybe we can union and write full featured CSS parser + at-rules/values parser from scratch, I am afraid we can't rewrite postcss due some specific logic (…
-
## What problem does this solve or what need does it fill?
Imagine you are in a water level, but still above ground. The music plays normally.
Then you go underwater, thus the music becomes all …
-
When using plus one deps mode, many unused deps do get marked, but some deps can be left out because they are already the dep of another dep, and it also makes sense to leave them out because they nev…
-
### Bug description
Pylint is crashing with:
```
Exception on node in file '....'
// ...
astroid.exceptions.StatementMissing: Statement not found on
```
The line of code that is crashing …
-
_Background read: [Can Scala have a highly parallel typechecker?](https://medium.com/@gkossakowski/can-scala-have-a-highly-parallel-typechecker-95cd7c146d20)_
This is a meta issue with a quick over…
-