-
Currently, unicode escapes themselves are valid characters which is somewhat confusing, I'd expect the following escape to have to be written as `'\u0a00'` instead of `\u0a00`:
![image](https://githu…
-
Greetings @lsdsjy,
I'm looking forward to this project for a while. In my previous pipelines, I used [stylus-supremacy](https://thisismanta.github.io/stylus-supremacy) to format stylus independentl…
-
I'm getting a stack overflow exception when parsing an [F# file](https://github.com/Microsoft/visualfsharp/blob/44c7e10ca432d8f245a6d8f8e0ec19ca8c72edaf/tests/FSharp.Core.UnitTests/SurfaceArea.net40.f…
-
**Feature request**
Please include the following information:
**Is your feature request related to a problem? Please describe.**
as programmer with intermediate skills, I am unable to make any …
-
### Description
While writing a JavaDoc Extractor, it was seen that the Lexing rules do not appear to follow the description in the [Documentation](https://langium.org/docs/grammar-language/#termin…
-
Hey I'm currently trying to compile the example code om my Linux (Manjaro)
I have altered the 'end' in the .fsy file since this coursed a rejection at compile time because it is a keyword.
I the…
-
You mention numbers "may have a fractional part", do you want this to be implemented using a divide or is the number class suppose to have a function where it self-evaluates it after lexing?
-
Unlike in LPeg, we'll have to deal with grammar sets. PEG has unified lexing/parsing, whereas typically Marpa will have at least a G1/L0 pair. (This is the same matter that I did not get right in my…
-
```
Bigwhoop\SentenceBreaker\Lexing\States\StateException : Failed to find end of quote. Reached end of input. Read: 'er in.
The glass will make a difference too. For some high-browed beer-snobbe…
-
**Edit: Problems `#1 and #2` appear to be non-problems. See below.**
As demonstrated in [this PR](https://github.com/Shopify/graphql-metrics/pull/46), and in the below multiplex scenario walkthroug…