IRC log of dig on 2012-11-14

Timestamps are in UTC.

12:14:41 [DIGlogger]
DIGlogger (~dig-logge@groups.csail.mit.edu) has joined #dig
12:14:41 [lindbohm.freenode.net]
topic is: Decentralized Information Group @ MIT http://dig.csail.mit.edu/
12:14:41 [lindbohm.freenode.net]
Users on #dig: DIGlogger RalphS rszeno melvster trueg_away manu-db webr3 timbl bblfish cheater_1 jmvanel amy betehess tyteen4a03 dsheets Yudai Snuupy presbrey mattl sandro manu1 ericP bergi_
12:51:56 [trueg_away]
trueg_away is now known as trueg
13:01:18 [jmvanel]
jmvanel has quit (Ping timeout: 265 seconds)
13:10:43 [deiu]
deiu (~andrei@unaffiliated/deiu) has joined #dig
13:13:54 [timbl]
timbl has quit (Ping timeout: 240 seconds)
13:15:44 [jmvanel]
jmvanel (~jmvanel@82.96.114.78.rev.sfr.net) has joined #dig
13:23:54 [melvster1]
melvster1 (~melvin@p4FF97408.dip.t-dialin.net) has joined #dig
13:25:40 [melvster]
melvster has quit (Ping timeout: 248 seconds)
13:32:13 [deiu]
deiu has quit (Ping timeout: 245 seconds)
13:51:02 [manu-db]
manu-db has quit (Ping timeout: 255 seconds)
13:53:49 [manu-db]
manu-db (~msporny@216.252.204.51) has joined #dig
15:08:47 [trueg]
trueg is now known as trueg_away
15:12:21 [trueg_away]
trueg_away is now known as trueg
15:13:25 [deiu]
deiu (~andrei@140.241.253.3) has joined #dig
15:13:26 [deiu]
deiu has quit (Changing host)
15:13:26 [deiu]
deiu (~andrei@unaffiliated/deiu) has joined #dig
15:20:47 [trueg]
trueg has quit ()
15:21:37 [deiu]
deiu has quit (Quit: Leaving)
16:03:29 [deiu]
deiu (~andrei@38.111.39.254) has joined #dig
16:03:29 [deiu]
deiu has quit (Changing host)
16:03:29 [deiu]
deiu (~andrei@unaffiliated/deiu) has joined #dig
16:31:37 [amy]
hey deiu, are you at MIT or at ISWC?
16:47:43 [deiu]
Hi amy, I'm still at ISWC
16:47:57 [deiu]
Is there anything I can help you with?
16:52:33 [deiu]
(sorry for the late reply, I was changing rooms)
17:00:31 [trueg]
trueg (~trueg@HSI-KBW-46-237-238-110.hsi.kabel-badenwuerttemberg.de) has joined #dig
17:01:23 [amy]
no worries! Joe was just wondering if you were around but we said we thought you were at ISWC
17:07:13 [deiu]
I'll be back tomorrow
17:20:44 [GitHub172]
[13rdflib.js] 15presbrey pushed 1 new commit to 06master: 02http://git.io/_GTVnA
17:20:44 [GitHub172]
13rdflib.js/06master 14049a090 15presbrey: parsers: add sparul.jison
17:22:53 [timbl]
timbl (~timbl@38.111.39.254) has joined #dig
17:25:03 [trueg]
trueg is now known as trueg_away
17:30:53 [deiu]
presbrey, will you be at W3C tomorrow?
17:36:42 [deiu]
deiu has quit (Ping timeout: 264 seconds)
17:38:25 [timbl]
timbl has quit (Quit: timbl)
18:00:07 [jorash]
jorash (A@unaffiliated/jorash) has joined #dig
18:35:14 [presbrey]
ericP, jison can recognize LALR(1) grammars
18:36:30 [presbrey]
can I get it from the yacker src?
18:38:23 [presbrey]
there is just 'rules' and 'grammar'. not actions
18:38:43 [presbrey]
grammar is bnf
18:38:50 [presbrey]
rules is lexical
18:43:41 [presbrey]
expressing something like PN_CHARS_BASE
18:45:20 [presbrey]
seems like a rule, not grammar, but really through me for loops
18:46:26 [presbrey]
we can see eg. how jison does JSON @ https://github.com/zaach/jison/blob/master/tests/parser/lalr.js#L85
18:48:33 [timbl]
timbl (~timbl@38.111.39.254) has joined #dig
18:48:45 [presbrey]
I got this far: https://github.com/linkeddata/rdflib.js/blob/master/parsers/sparul.jison
18:48:50 [timbl]
timbl has quit (Client Quit)
18:49:06 [presbrey]
PropertyListNotEmpty is pretty cool
18:49:48 [presbrey]
I'm not sure if I can say eg.
18:50:07 [presbrey]
PropertyListNotEmpty: Verb ObjectList ';' ( Verb ObjectList )? | Verb ObjectList ;
18:50:34 [presbrey]
after discussing I'm pretty sure I'm mixing in some yacker syntax
18:53:27 [cheater__]
cheater__ (~cheater@p57AEB435.dip.t-dialin.net) has joined #dig
18:54:31 [rszeno]
why not PropertyListNotEmpty: ProperyListNotEmpty Verb ObjectList ';' | Verb ObjectList ';'
18:56:39 [cheater_1]
cheater_1 has quit (Read error: Operation timed out)
18:57:26 [rszeno]
i'm not sure if is ok
18:59:11 [jorash]
jorash has quit (Ping timeout: 256 seconds)
19:00:16 [presbrey]
in parsers, try `make test` vs. `make todo` to see the issue
19:00:36 [presbrey]
Error: Parse error on line 2:
19:00:36 [presbrey]
...e/egbook> dc:title "This is an example ...
19:00:36 [presbrey]
-----------------------^
19:00:36 [presbrey]
Expecting 'ID', '.', ':', '_', '-', got 'STRING_LITERAL2'
19:07:37 [jorash]
jorash (A@unaffiliated/jorash) has joined #dig
19:33:48 [ericP]
presbrey, still on the premisis (SP?)?
19:34:29 [ericP]
the yacc grammar should be called something like SPARUL_EGP.yy
19:34:51 [ericP]
(that's the one generated for a perl lalr(1) engin)
19:35:02 [ericP]
s/engin/engine/
19:35:33 [ericP]
there's also probably a SPARUL_EGPParser.yy which is the yacc (C/C++) version
19:35:44 [ericP]
the grammary bits should be the same between then
19:35:50 [ericP]
s/then/them/
19:56:00 [jorash]
jorash has quit (Ping timeout: 268 seconds)
20:59:05 [deiu]
deiu (~andrei@38.111.39.254) has joined #dig
20:59:05 [deiu]
deiu has quit (Changing host)
20:59:05 [deiu]
deiu (~andrei@unaffiliated/deiu) has joined #dig
21:18:42 [webr3]
webr3 has quit (Ping timeout: 264 seconds)
21:19:09 [webr3]
webr3 (~nathan@host86-141-248-76.range86-141.btcentralplus.com) has joined #dig
21:19:26 [RalphS]
RalphS has quit ()
21:25:47 [webr3]
webr3 has quit (Ping timeout: 255 seconds)
21:26:30 [webr3]
webr3 (~nathan@host86-141-248-76.range86-141.btcentralplus.com) has joined #dig
21:28:37 [timbl]
timbl (~timbl@38.111.39.254) has joined #dig
21:37:25 [deiu]
deiu has quit (Read error: Operation timed out)
21:48:46 [GitHub179]
[13rdflib.js] 15presbrey pushed 1 new commit to 06master: 02http://git.io/S9nnaQ
21:48:46 [GitHub179]
13rdflib.js/06master 14183f3c0 15presbrey: parsers/sparul: add RDFLiteral, String grammar
21:53:59 [melvster]
melvster (~melvin@p4FF978A2.dip.t-dialin.net) has joined #dig
21:54:06 [melvster1]
melvster1 has quit (Ping timeout: 252 seconds)
21:58:36 [deiu]
deiu (~andrei@unaffiliated/deiu) has joined #dig
22:26:14 [trueg_away]
trueg_away is now known as trueg
22:34:29 [timbl]
timbl has quit (Quit: timbl)
22:41:27 [timbl]
timbl (~timbl@38.111.39.254) has joined #dig
22:47:29 [trueg]
trueg is now known as trueg_away
23:01:39 [trueg_away]
trueg_away is now known as trueg
23:03:32 [jorash]
jorash (~A@unaffiliated/jorash) has joined #dig
23:19:52 [trueg]
trueg has quit ()
23:28:03 [timbl]
timbl has quit (Quit: timbl)
23:31:18 [timbl]
timbl (~timbl@38.111.39.254) has joined #dig
23:32:40 [timbl]
timbl has quit (Client Quit)
23:43:21 [timbl]
timbl (~timbl@38.111.39.254) has joined #dig
23:48:46 [deiu]
deiu has quit (Quit: Leaving)
23:51:37 [timbl]
timbl has quit (Quit: timbl)
23:58:58 [jorash]
jorash has quit (Ping timeout: 268 seconds)