-
Using extension v1.18.1 with OCaml version 5.2.0 (and 4.14.2), I have an unexpected behaviour when saving an ocamllex file (ending in `.mll`). The extension formats the file in a way which is no longe…
-
Hi,
Dypgen requires an old version of OCaml mainly because of the strings bytes incompatibility. I made a quick patch that allows it to compile (attached).
But as it seems to be unmaintained,…
-
In the [GnuCOBOL doc](https://get-superbol.com/gnucobol/manual/chapter2.html#debug-switches), a `-fdebugging-line` option is defined for debugging. The `D` indicator (in the 7th column) is recognised …
-
It would be useful to be able to express character position constraints in a pure ANTLR grammar (without predicate actions).
Example:
I have lexical rules such as:
PS_BEGIN: {getCharPositionInLine()=…
-
Are there anything like flex`s start states or ply`s states?
Or maybe some other way should be used to archive similar behaviour?
-
Hi,
when trying to rebuild the Debian package for ruby-gherkin with support for ruby2.1, I stumbled upon the following test failures in `spec/gherkin/native_lexer_spec.rb`
```
Failures:
1) Native…
-
A blog post needs to be written about the numerous tricks used in the `repr` project. It has some notable differences to other static reflection libraries such as `boost::pfr`. The technique used to c…
Tsche updated
2 months ago
-
VS 2015, just after opening VFPT solution:
```
[VFPT][Error 04:41:37 PM] Context: Exception occurs while querying lexing states.
Exception Message: Object reference not set to an instance of an objec…
-
Attempting to work the almost-equal example in the Lexing and Parsing section, I get an error.
Steps:
- modify Grammar/python.gram and Tokens (see diff below)
- execute `make regen-token regen-p…
-
**Your name and twitter handle:**
Dillon Shook @DillonShook
**Your talk idea, described briefly:**
A brief overview of lexing and parsing and how and why you might create your own language.
…