-
Hello kelu124!
I was happy to come across this project about open-source hardware for ultrasound imaging. I am a PhD student, working on open-source hardware for MRI. I am exploring available board…
-
Why scanTokens does not invoke scanToken and return literal tokens.
We should update the comments of this method and introduce a new one.
scanTokens: aStringOrStream
| scanner |
scanner :=…
-
Hi
We use ANTLR4(in c#) in custom IDE to parse object-oriented language. Results from parser help us create some set of features (code highlighting, code assistance, region outlining etc.). But for f…
-
I'm working with a VIO SLAM pipeline (e.g. [Kimera](https://github.com/MIT-SPARK/Kimera-VIO)) that can be used to generate 3D meshes of the environment, and would like to ask the best approach to util…
-
It would be nice to add some benchmarks for [pom](https://github.com/J-F-Liu/pom), a PEG parser combinator library similar to [nom](https://github.com/Geal/nom) that eschews macros in favor of regular…
-
It's possible to switch parsers mid-parse in a principled way; we should do the same thing with tokenization, especially because the default tokenizer is bonkers.
I think the most reasonable way t…
-
`echo "b" | ./sless` results in a parse error, which ends in a segmentation fault. The bug can can be reproduced when configured for Release, but not when configured for Debug.
-
The test fails with a parse error on the supplied input.
As a possibly unrelated issue: the program terminates due to a segmentation fault while printing the error message.
-
* used right now for lexing, e.g. ensuring that an identifier (`[a-zA-Z][a-zA-Z0-9]*` in regex) is not followed by more identifier characters (`(?![a-zA-Z0-9])` in some regex dialects), forcing the ru…
eddyb updated
5 years ago
-
How to
- http://blog.mavnn.co.uk/type-providers-from-the-ground-up/
- https://github.com/fsprojects/FSharp.TypeProviders.StarterPack
- Scannerless GLL
- Exclude generation step.
Expected resul…