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

Tree @master (Download .tar.gz)

spaces1.fountain @masterraw · history · blame

Goal<a> ::= "Hi" Spaces<a> "there" Spaces<a> "world" "!";
Spaces<n> ::= <. m = 0 .> { " " <. m += 1 .> } <. m > 0 .> <. n = m .>;