systems changed the topic of #ocaml to: http://icfpcontest.cse.ogi.edu/ -- OCaml wins | http://www.ocaml.org/ | http://caml.inria.fr/oreilly-book/ | http://icfp2002.cs.brown.edu/ | SWIG now supports OCaml| Early releases of OCamlBDB and OCamlGettext are available | Caml Weekly news http://pauillac.inria.fr/~aschmitt/cwn/
docelic is now known as docelic|sleepo
Kinners has joined #ocaml
Kinners has left #ocaml []
lowks has joined #ocaml
asquii has joined #ocaml
asqui has quit [Read error: 104 (Connection reset by peer)]
asquii is now known as asqui
Kinners has joined #ocaml
stef_ has quit ["Client Exiting"]
stefp has quit ["Client Exiting"]
stefp has joined #ocaml
<Kinners> anyone using vim and the cvs ocaml?
mattam has quit [Read error: 113 (No route to host)]
stef_ has joined #ocaml
stefp has quit [Read error: 110 (Connection timed out)]
systems has joined #ocaml
systems has quit ["Client Exiting"]
Kinners has left #ocaml []
lament has left #ocaml []
reltuk has joined #ocaml
Zadeh has quit ["KVIrc 3.0.0-beta2 "T-Rex""]
walters has joined #ocaml
<walters> what's the best way to mark up ocaml source?
<walters> enscript doesn't seem to come with a style :/
<walters> (for printing)
<walters> hm
<walters> i suppose if i was hardcore i would write my own using camlp4
<walters> but this assignment is due in 6 hours...
<walters> oh wait
<walters> GNU a2ps does it
<walters> yay
mattam has joined #ocaml
walters has quit [Remote closed the connection]
giedi has quit [Read error: 104 (Connection reset by peer)]
lam has quit ["leaving"]
lam has joined #ocaml
gene9 has joined #ocaml
reltuk has quit [Read error: 110 (Connection timed out)]
Kinners has joined #ocaml
* Riastradh solved one fifth of his problem (one fifth exactly) by doing: module Sub = struct include Sub end ...but out of five declarations like that, only one worked -- the other ones err'd and OCaml complained of 'Reference to undefined global `Sub''
__DL__ has joined #ocaml
lowks_ has joined #ocaml
lowks has quit [calvino.freenode.net irc.freenode.net]
whee has quit [calvino.freenode.net irc.freenode.net]
wax- has quit [calvino.freenode.net irc.freenode.net]
Riastradh has quit [calvino.freenode.net irc.freenode.net]
Riastradh has joined #ocaml
lowks has joined #ocaml
whee has joined #ocaml
wax- has joined #ocaml
wax- has quit [Read error: 104 (Connection reset by peer)]
wax- has joined #ocaml
lowks has quit [No route to host]
reltuk has joined #ocaml
taw has quit [Read error: 104 (Connection reset by peer)]
Kinners has left #ocaml []
phubuh has quit ["leaving"]
lus|wazze has joined #ocaml
taw has joined #ocaml
lus|wazze has quit ["\o/ www.minibosses.com \o/"]
gene9 has quit [Read error: 54 (Connection reset by peer)]
TachYon26 has joined #ocaml
mattam has quit ["Lost terminal"]
mattam has joined #ocaml
lam has quit ["leaving"]
lam has joined #ocaml
malc_ has joined #ocaml
TachYon26 has quit ["bez ki³y nie ma zaliczenia (z prawd studentek AM)"]
iusris has joined #ocaml
mattam_ has joined #ocaml
malc_ has quit ["malc_ has no reason"]
mattam has quit [Read error: 110 (Connection timed out)]
mattam_ has quit [Read error: 54 (Connection reset by peer)]
mattam has joined #ocaml
docelic|sleepo is now known as docelic
stef_ has quit [Read error: 54 (Connection reset by peer)]
stef_ has joined #ocaml
__DL__ has quit [Remote closed the connection]
foxster has joined #ocaml
taw has quit [Remote closed the connection]
taw has joined #ocaml
lus|wazze has joined #ocaml
__DL__ has joined #ocaml
jao|zZzZ is now known as jao
drlion has quit ["poof"]
Smerdyakov has quit [Read error: 104 (Connection reset by peer)]
Smerdyakov has joined #ocaml
phubuh has joined #ocaml
<phubuh> how do i write a parser case to match a digit?
<phubuh> oh, and i need it bound to a symbol.
<phubuh> [< c = ('0'..'9') >] gives me ':>' or ':' or ')' expected after [expr] (in [expr])
<mellum> Probably you should use a lexer.
<phubuh> ah, i probably should.
<phubuh> but aren't those done with stream parsers too?
<mellum> Dunno.
<phubuh> =/
<phubuh> oh, haha, of course, i should do '0'..'9' as c
<pnou> yeah [< ' '0' .. '9' as c >]
<pnou> don't forget the first '
<phubuh> ah, yes. thanks.
__DL__ has quit [Remote closed the connection]
lus|wazze has quit ["\o/ www.minibosses.com \o/"]