Martin Pépin

Results 11 issues of Martin Pépin

We currently try to do singular sampling regardless of the grammar at play. This approach is numerically unstable and fails on linear grammars. It seems better to tune the value...

If I understand correctly, the new workflow for the front-end part of tableaunoir is: 1. Write code in `src/` 2. Build to `dist/` 3. Deploy the `dist/` folder only This...

organization

Daphne does not seem to use the `Daphne-Root-Path` when it computes the urls of the consumers. I have: - `Daphne-Root-Path` set to `appname` - A web page at url `r"^home"`...

bug
exp/beginner

Hi, I'd be very interested to play with ocamli but I can't get it to compile, I tried with OCaml versions 4.05.0, 4.06.1, 4.07.1, 4.08.0, 4.08.1 and 4.09.0. Running `sh...

I'm trying to enable some features by default when I open vim such as "highlight long lines" or "show trailing whitespaces", etc. But it is a bit painful to make...

feature request
has-PR

Compilation breaks if the entry point of my grammar is named `S`, it seems to clash with some other type with the same identifier in the generated code. Minimal working...

`bb-build` fails to compile the following grammar: ``` @module Sampler @size 1000 @generate Tree Tree = Node [Tree]. ``` `bb-compile` runs smoothly but when trying to compile the generated module...

It seems that the current version of `boltzmann-brain` requires the development version of `paganini`. Running `bb-compile` with the most recently released version of paganini (`1.3.3`) fails with : ``` [ERR]...

I don't understand the syntax of rational grammars from the examples. How should I write the specification for `aaabb` or `aa*bb*` for instance ? I tried writing them in the...

question