-
Can standard notations like EBNF and W3C (grammars as found in W3C specs) be converted to the Python representation?
-
In the merge sentences modifiers, it uses whitespace tokenization:
https://github.com/hplt-project/OpusTrainer/blob/9ec77d3745823f9e05016700938e6b2ffbb770e0/src/opustrainer/modifiers/merge.py#L12-L…
-
## Description
I am writing unit tests where test cases have input strings with (non-printable) control characters. These characters generally occupy code points U+0000 through U+001F. When using …
xazap updated
3 weeks ago
-
### Problem
I'm developing a small language where it is not known whether whitespace should be skipped or form part of a token until what is following it is consumed: if it is trailing whitespace on …
-
When creating a Select element with the following markup
```
English
Romulan
```
the JavaScript will interpret the HTML including the whi…
-
I reported this in atom/language-clojure#51, but it might belong here, I'm not sure. It seems that trailing whitespace highlighting has been broken in Clojure since at least v0.3.1 of atom-trailing-sp…
-
### Check for existing issues
- [X] Completed
### Describe the bug / provide steps to reproduce it
Not sure if this is a "bug". From [here](https://github.com/zed-industries/zed/issues/4611#issueco…
-
There can be an arbitrary number of whitespaces after the function handle.
![image](https://github.com/mathworks/MATLAB-Language-grammar/assets/18556882/3b6b1a10-0f8e-489e-bc71-b3488832a19e)
But…
-
In vba type languages a comment ending in (space)_ continues the comment on the next line (as with any use of the _ ending)
So the line(s) that follow need to be colourised as comment. Currently this…
-
Consider the following code:
```
function f() {
....if (1) {
....}}
....
```
Where the dots represent whitespaces. If you run `Reindent Lines` this will not change the indentation of the co…