-
### Parent Feature
#914
### Task Description
As an AaC Developer, I want to implement the identified improvements for the LanguageError usage of the Lexemes, so that I provide a reliable and…
-
Complete our classification of lexemes with exceptions from classification and A.Hardzei's articles. Use intersections of classes in special cases of classification. All necessary info can be found in…
-
The Frequencies class (former `Weights` from [branch feature-overabundance](https://github.com/XachaB/Qumin/tree/feature-overabundance)), should have methods to:
- [x] return a frequency for any fo…
-
### Terms
- [X] I have searched [open and closed data issues](https://github.com/scribe-org/Scribe-Data/issues?q=is%3Aissue+label%3Adata+)
- [X] I agree to follow Scribe-Data's [Code of Conduct](h…
-
WikiClientLibrary currently misses `BuiltInDataTypes` for [Wikidata’s lexicographical data](https://www.wikidata.org/wiki/Special:MyLanguage/Wikidata:Lexicographical_data).
As far as I can tell, ba…
-
### Updated: September 11
* (p. 11) On the right side of the figure (the key idea of subset construction), the edges from the start state should be labeled 'a' and 'b' respectively, instead of the ep…
-
I'm getting the following error that doesn't make sense:
```
The argument type 'LexemeFlashBloc (where LexemeFlashBloc is defined in C:\Users\Christian\Documents\Programming\speedy\lib\blocs\lexem…
-
A reproduction can be found in `test-extra/code/ocaml/testsuite/tests/lexing/newlines.ml`. This is new since 0.26.2.
-
Allow the user to sort the Lexemes Table by various columns.
MDN has information in [this article](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/table) about adding a `sort()` method di…
-
Currently Parser reads lexemes from a channel and does not have a reference to the Lexer. This is non-optimal because Parser is unaware of errors that occur during lexing.
Lexer.Run() is already a…