[perl #56410] [PATCH] json reimplemented with pct

2008-07-02 Thread Andrew Whitworth via RT
On Fri Jun 27 04:02:14 2008, kjs wrote: > without any internet connection at home you get really bored. > > that means, time for some fun :-) > Included is a patch that implements JSON with the PCT. As JSON is just a > data description (sub) language, I was not sure what the TOP rule should > cont

[perl #56410] [PATCH] json reimplemented with pct

2008-06-27 Thread via RT
# New Ticket Created by Klaas-Jan Stol # Please include the string: [perl #56410] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=56410 > without any internet connection at home you get really bored. that means, time for so

[PATCH] json reimplemented with pct

2008-06-26 Thread Klaas-Jan Stol
without any internet connection at home you get really bored. that means, time for some fun :-) Included is a patch that implements JSON with the PCT. As JSON is just a data description (sub) language, I was not sure what the TOP rule should contain; I decided for now that it would be just * Runn