Skip to content

Instantly share code, notes, and snippets.

=pod
_________________________________________
/ moved to \
| https://github.com/rjbs/rjbs-dots/blob/ |
\ master/.irssi/scripts/slack-emoji.pl /
-----------------------------------------
\ ^__^
\ (oo)\_______
(__)\ )\/\
||----w |
@pstuifzand
pstuifzand / MarpaX-JSON.pm
Last active December 10, 2015 14:28
A JSON parser in Marpa.
package MarpaX::JSON;
use strict;
use Marpa::R2 2.039_000;
sub new {
my ($class) = @_;
my $self = bless {}, $class;
$self->{grammar} = Marpa::R2::Scanless::G->new(