-
#### Description of the problem
```coq
From Coq Require Import Uint63 List PArray.
Open Scope uint63_scope.
Open Scope list_scope.
Check [| 1; 2 | 0 : int |].
Import ListNotations.
Check …
-
Are you still around ?
Have you done some improvements to this project ?
I just found it and I'm impressed by it's simplicity and performance !
Thank you for your great work !
-
Discussion about the ongoing implementation of the compiler.
keean updated
5 years ago
-
Hi guys. I was wondering how hard would it be to implement syntax highlighting / folding which are aware of the semantics of the program given an AST. This AST could be built from any external tool an…
-
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…
-
In the [documentation](http://www.igordejanovic.net/parglare/#todoplaned) there is mention that it will be possible to not generate the parser on every startup... how far out is that feature?
Even …
-
Thank you John for all of the efforts.
I have used dparser with Wenping for RxODE, and I'm happy with how efficient it is and how well it works.
I have also ported dparser in general to R:
ht…
-
- [ ] Investigate algorithms for syntax errors detection in string expressions.
- [ ] Implement "on-line" and postponed errors detection for ARNGLR.
- [ ] Compare performance of implemented algorithm…