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