-
**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…
-
All errors are currently `Box`'ed with little actionable information. The library should provide for better error handling mechanisms for lexing, parsing and validation.
-
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…
-
Extend MTL to handle \include and \input directives.
I thought initially that this would require a multi-pass system so that error messages could be reasonable. Is this the best way?
Some th…
-
### Describe the bug
On the REPL insert, and try to submit via enter.
```nushell
1..10 | each {echo nixpkgs#unzip }
```
This will continue to insert a new line as if the block was not closed.…
-
**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 …
-
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…
-
Since you're experimenting with Menhir, and would probably know how feasible this feature is, I thought I would suggest it here.
I would like to parametrise my parsers by type parameters. Essentially…
lpw25 updated
10 years ago
-
[Test262](https://github.com/tc39/test262) is the official test suite of the JavaScript language. Although its primary use case is JavaScript run times, its extensive coverage of the language makes it…
-
the initial version of dropincc.java uses java built-in regex implementation to do lexing. but it does not support named capturing groups and 'longest match among groups' feature, it should be bootstr…