Codebase list ohcount / run/8fccc97f-1091-4606-8a80-1b8fb386766a/main test / detect_files / grace1.grace
run/8fccc97f-1091-4606-8a80-1b8fb386766a/main

Tree @run/8fccc97f-1091-4606-8a80-1b8fb386766a/main (Download .tar.gz)

grace1.grace @run/8fccc97f-1091-4606-8a80-1b8fb386766a/mainraw · history · blame

1
2
3
4
5
6
7
// Sample Grace code

import "parsers-test" as parsers

class exports {
  def program = rule {codeSequence ~ rep(ws) ~ end}
}