fix codetest failure - ASSERT_ARGS does not have a ; after and
[parrot.git] / compilers / pge / PGE / builtins.pg
blob88f67852c043b036b5c69aaf9c1fecfb4b2b2de1
1 # Copyright (C) 2006-2009, Parrot Foundation.
2 # $Id$
4 grammar PGE::Grammar;
6 token name { <ident> [ \:\: <ident> ]* }