2009-01-13 Wakaba * Simple.pod: New file. * Makefile: New file. * Simple.pm: Added license section. 2008-12-09 Wakaba * Simple.pm (_add_to_graph): Added support for \p{} outside character classes. 2008-12-08 Wakaba * Simple.pm: Removed "Perl" from descriptions. 2008-12-08 Wakaba * Simple.pm (next_graph): Plot "FAIL" node if necessary. Don't plot "SUCCESS" node if not necessary. (add_to_graph): Support for empty []/[^] character classes allowed in JavaScript regular expressions. 2008-12-07 Wakaba * Simple.pm (push_regexp_node): Invoke |get_graph_index| to return the index of the pushed regexp. This invocation is necessary such that the order the regexps are pushed is reflected to the index. 2008-12-07 Wakaba * Simple.pm: New module. * ChangeLog: New file.