File: matcher.kpeg

package info (click to toggle)
ruby-kpeg 1.3.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 608 kB
  • sloc: ruby: 11,839; makefile: 10
file content (9 lines) | stat: -rw-r--r-- 135 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
%% name = Matcher

%% {
	require "literals.kpeg.rb"
}

%grammer1 = Literal

root = (%grammer1.alpha %grammer1.space*)+ %grammer1.period