This website works better with JavaScript.
Explore
Help
Sign In
mbutterick
/
brag
Watch
1
Star
0
Fork
You've already forked brag
0
Code
Issues
3
Pull Requests
1
Projects
Releases
Wiki
Activity
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
6c0930207f
master
jackfirth/patch-1
dev-subparser
hide-top-rule-name
v1.1
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '6c0930207f'
${ noResults }
brag
/
yaragg-lib
/
yaragg
/
examples
/
nested-repeats.rkt
4 lines
40 B
Racket
Raw
Normal View
History
Unescape
Escape
More renaming
3 years ago
#lang
yaragg
adjust flattening of zero-or-more rule (fixes #18)
6 years ago
start
:
(
(
X
|
X
Y
)
A*
)
*