infinity0 has quit [Remote host closed the connection]
infinity0 has joined #ocaml
infinity0 has quit [Remote host closed the connection]
infinity0 has joined #ocaml
infinity0 has quit [Remote host closed the connection]
infinity0 has joined #ocaml
infinity0 has quit [Remote host closed the connection]
infinity0 has joined #ocaml
infinity0 has quit [Remote host closed the connection]
cbot_ has joined #ocaml
lobo has quit [Changing host]
lobo has joined #ocaml
ygrek_ has joined #ocaml
johnelse has quit [Ping timeout: 240 seconds]
johnelse has joined #ocaml
mfp has quit [Ping timeout: 240 seconds]
glib has joined #ocaml
glib has quit [Client Quit]
silver_ has quit [Read error: Connection reset by peer]
copy` has quit [Quit: Connection closed for inactivity]
jao has joined #ocaml
nullifidian_ is now known as nullifidian
jao has quit [Ping timeout: 272 seconds]
pierpa has quit [Quit: Page closed]
freusque has quit [Ping timeout: 272 seconds]
freusque has joined #ocaml
Guest2418 is now known as awal
nicoo has joined #ocaml
infinity0 has joined #ocaml
MercurialAlchemi has joined #ocaml
mengu has quit [Remote host closed the connection]
seangrove has joined #ocaml
_whitelogger has joined #ocaml
MercurialAlchemi has quit [Ping timeout: 240 seconds]
Simn has joined #ocaml
MercurialAlchemi has joined #ocaml
cbot_ has quit [Quit: Leaving]
seangrove has quit [Ping timeout: 246 seconds]
jlam_ has joined #ocaml
jlam is now known as Guest22100
jlam_ is now known as jlam
Guest22100 has quit [Ping timeout: 240 seconds]
alfredo has joined #ocaml
sz0 has joined #ocaml
AltGr has joined #ocaml
Simn has quit [Read error: Connection reset by peer]
Simn has joined #ocaml
johnelse has quit [Ping timeout: 260 seconds]
johnelse has joined #ocaml
freusque has quit [Quit: WeeChat 1.7]
freusque has joined #ocaml
rwmjones has joined #ocaml
zpe has joined #ocaml
igitoor has quit [Ping timeout: 255 seconds]
mfp has joined #ocaml
igitoor has joined #ocaml
igitoor has quit [Changing host]
igitoor has joined #ocaml
yaewa has joined #ocaml
moei has quit [Ping timeout: 240 seconds]
yaewa has quit [Read error: Connection reset by peer]
ed-ilyin-lv has quit [Quit: WeeChat 1.4]
moei has joined #ocaml
rossberg has joined #ocaml
<reynir>
Hrm
kakadu has joined #ocaml
<reynir>
I tried to use angstrom for the whisper format, but I get stack overflow on a test file :o It's likely I'm doing something wrong (first time I use angstrom)
<reynir>
Oh, I see now
<reynir>
For a field I'm getting 257698039200L instead of 1L \o/
<reynir>
Oh whoops, int64 when it should've been int32
Simn has quit [Read error: Connection reset by peer]
<companion_cube>
huuumm, is there a good reason the syntax doesn't allow `let f (x y:int) = …` ?
<def`_>
companion_cube: c'est chiant à implementer =]
<companion_cube>
oh, ok
<companion_cube>
too bad ^^
<def`_>
mais ouais tu peux faire une PR :)
<companion_cube>
no thanks :p
<reynir>
(not #ocaml-fr btw)
<kakadu>
No, it's fine. Some motivation to study french
<def`_>
sorry :)
<reynir>
Heh
ed-ilyin-lv has joined #ocaml
<def`_>
companion_cube: the problem is that the grammar for let_bindings expects 1) a labelled argument (special case) or 2) a generic pattern
<def`_>
to allow a list, one would need a "pattern list" case which would require a bit of duplication (but I suspect the grammar could be reenginered that way without too much pain :P)
<companion_cube>
I see
<companion_cube>
but as usual, not really enough time :/
betux has joined #ocaml
mengu has joined #ocaml
mengu has quit [Ping timeout: 240 seconds]
dlat_ has quit [Ping timeout: 258 seconds]
dlat has joined #ocaml
<Drup>
def`_: do you know if there is anything blocking the menhir rewrite, except lack of manpower ?
mengu has joined #ocaml
betux has quit [Remote host closed the connection]
betux has joined #ocaml
jnavila has joined #ocaml
betux has quit [Remote host closed the connection]
betux has joined #ocaml
<def`_>
lack of man(gasche)power I guess
betux has quit [Ping timeout: 255 seconds]
igitoor has quit [Ping timeout: 255 seconds]
igitoor has joined #ocaml
igitoor has quit [Ping timeout: 260 seconds]
igitoor has joined #ocaml
sh0t has joined #ocaml
igitoor has quit [Changing host]
igitoor has joined #ocaml
TheLemonMan has joined #ocaml
FreeBirdLjj has joined #ocaml
FreeBirdLjj has quit [Ping timeout: 240 seconds]
sh0t has quit [Remote host closed the connection]
mengu has quit [Read error: Connection reset by peer]
ziyourenxiang has joined #ocaml
sz0 has quit [Quit: Connection closed for inactivity]
<companion_cube>
but gasche is already a scarce resource
TheLemon1an has joined #ocaml
TheLemonMan has quit [Ping timeout: 272 seconds]
TheLemonMan has joined #ocaml
mengu has joined #ocaml
mengu has quit [Read error: Connection reset by peer]
TheLemon1an has quit [Ping timeout: 268 seconds]
mengu has joined #ocaml
betux has joined #ocaml
silver has joined #ocaml
mengu_ has joined #ocaml
mengu has quit [Ping timeout: 255 seconds]
TheLemon1an has joined #ocaml
TheLemonMan has quit [Disconnected by services]
TheLemon1an is now known as TheLemonMan
mengu has joined #ocaml
mengu_ has quit [Ping timeout: 268 seconds]
betux has quit [Ping timeout: 260 seconds]
_andre has joined #ocaml
dmi3y has joined #ocaml
jnavila has quit [Ping timeout: 240 seconds]
shinnya has joined #ocaml
dmi3y has quit [Quit: dmi3y]
jnavila has joined #ocaml
beginner has joined #ocaml
<beginner>
Hi, i have a minimal js_of_ocaml example, which does not work as expected. Can someone point me to my mistake