hlang/h/h.peg

13 lines
118 B
Plaintext

{
package h
import (
"github.com/eaburns/peggy/peg"
)
}
sep <- space+h
space <- ' '
h <- 'h' / "'"
H <- h+sep+ / h