public
Description: Grampa -- select Match objects with XPath expressions
Homepage:
Clone URL: git://github.com/masak/grampa.git
grampa /
name age message
file .gitignore Tue Jun 23 09:09:34 -0700 2009 added a build structure and a .gitignore [masak]
file AUTHORS Tue Jun 23 08:58:01 -0700 2009 initial commit [masak]
file Configure Tue Jun 23 09:09:34 -0700 2009 added a build structure and a .gitignore [masak]
file LICENSE Tue Jun 23 08:58:01 -0700 2009 initial commit [masak]
file Makefile.in Tue Jun 23 09:09:34 -0700 2009 added a build structure and a .gitignore [masak]
file README Wed Jul 01 05:12:50 -0700 2009 [README] added explanation about direction of p... [masak]
directory lib/ Wed Jul 01 14:07:04 -0700 2009 [Grampa] made the last test pass in t/03 The s... [masak]
directory t/ Wed Jul 01 13:51:38 -0700 2009 [t/03-relative] fixed test Not sure '/foo//bar... [masak]
README
Grampa is an XPath matcher for Perl 6 Match objects. Copyright 2009,
the Grampa authors, listed in AUTHORS.

The current plan is to split Grampa up into two parts: one pure XPath
search module that can be re-used in other projects, and one Match
object adapter that makes the XPath module search Match objects.

== License

The Grampa implementation is released under Artistic 2.0. See LICENSE.