-
E.g. using https://www.languagetool.org/ - open source style & grammar checker. It's LGPL but unfortunately Java. However there are Python wrappers: https://pypi.python.org/pypi/grammar-check/1.3.1 & …
-
The documentation says Branescript allows array indexing in C style manner: `foo[0]`.
However, looking at the formal definition, that seems to be not the case.
Expressions are defined as:
```
…
-
Mage should implement some checks to prevent end-users from shooting themselves in the foot.
- [x] `RefExpr` may not reference rules that do not exist
- [x] A token may not reference a parse rul…
samvv updated
2 weeks ago
-
These were recommended by GitHub staff and are used in GitHub's own help system.
- html-proofer for links and images: https://github.com/gjtorikian/html-proofer
- write-good for grammar, passive voice…
-
The proposed spec does not currently provide any way to define structs or struct expressions — there's nothing I can find that references those productions from elsewhere in the grammar other than `ex…
-
**Is your feature request related to a problem? Please describe.**
There may be some grammar/wording changes required on buttons, labels, dialogue boxes and error messages in the app.
**Describe …
-
# Issue Description:
We are seeking contributors to help enhance the readability and accuracy of chapters of the [InnerSource Patterns Book](https://github.com/InnerSourceCommons/InnerSourcePattern…
-
## The Problem
m: sub s(**@a) {@a[$++]};s(1,2,3).say for ^2
rakudo-moar 0b8ede6c4: OUTPUT: «12»
m: sub s(**@a) {@a[++$]};s(1,2,3).say for ^2
## Expected Behavior
rakudo-moar…
-
Due to apex is based on java, we can analyze its checks whether these can be implemented according our grammar or not.
- [x] Analize Java checks and select those that fits our grammar. (Vicente and Ke…
-
The grammar must be in LL(1).
Rough Outline of the process:
- [x] Grammar
- [x] Grammar Tests
- [x] LL1Wrapper
- [x] LL1Wrapper Tests
- [x] SpecGrammar
- [x] SpecGrammar Tests
-…