repo.or.cz
/
parrot.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
fix codetest failure - ASSERT_ARGS does not have a ; after and
[parrot.git]
/
compilers
/
pge
/
PGE
/
builtins.pg
blob
88f67852c043b036b5c69aaf9c1fecfb4b2b2de1
1
# Copyright (C) 2006-2009, Parrot Foundation.
2
# $Id$
3
4
grammar PGE::Grammar;
5
6
token name { <ident> [ \:\: <ident> ]* }
7