git @ Cat's Eye Technologies Fountain / master eg / spaces2.fountain
master

Tree @master (Download .tar.gz)

spaces2.fountain @masterraw · history · blame

1
2
3
4
5
Goal ::=
    "The" Sp "quick" Sp "brown" Sp "fox" Sp
    "jumped" Sp "over" Sp "the" Sp "lazy" Sp "dog" "."
    ;
Sp ::= <. n = 0 .> { " " <. n += 1 .> } <. n > 0 .>;