-
As it is possible to typecheck jsdoc comments with the typescript compiler it is more and more common to use typescript types in jsdoc comments. It would be really great if those would be supported by…
-
observed in https://s3.amazonaws.com/julialang-reports/nanosoldier/pkgeval/by_hash/5a9df24_vs_3250804/ODE.primary.log
In general, a compiler/parser commonly must not use recursion since it is surpr…
-
The arguments for `Expression.Application` (renamed to `FunctionCall` in v8) are stored in a `List`. That has the unfortunate consequence that in the parser we have to append a newly discovered argume…
-
### Problem Description
The ConditionSet class currently performs 2 roles;
- evaluating expressions to int64_t values and to booleans (using the Test function)
- performing assignments to conditi…
-
Hi!
I read your very interesting [article on pratt parsing](https://www.robertjacobson.dev/posts/2020-08-13-designing-a-pratt-parser-generator/). Is this an implementation of what you described the…
-
I wonder if there are plans to support precedence climbing like https://docs.rs/peg/latest/peg/#precedence-climbing
I know that peg means never left recursive, but this way of writing does have hig…
-
Hello,
I've stumbled across a weird bug in the javascript parser:
when a single expression uses a lot of token (>120 in debug mode, and >3400 in release mode),
the [Parser::parse()](https://githu…
-
Can you provide installation instructions?
I'm struggling to install the parser.
What I've done so far:
- Install OCaml
- Install opam
- Install OASIS: `opam install oasis`
Then, I ran `./co…
rigon updated
7 years ago
-
# Official Documentation
- Introduction (make a case for Hermes)
- Quick Start (example Python parser using the REPL)
- Installation
- Hermes Grammar File Format
- Lexical Analyzer
- Introduction (w…
-
Before I advance on to making a super simple hello world app with web render we have some house cleaning to do first.
1. Convert the snapshot tokenization tests I disabled to actual unit tests
2. …