hlang/h/h.peg

13 lines
118 B
Plaintext
Raw Permalink Normal View History

2019-11-28 17:44:28 +00:00
{
package h
import (
"github.com/eaburns/peggy/peg"
)
}
sep <- space+h
space <- ' '
h <- 'h' / "'"
H <- h+sep+ / h