Paste: possible PEG bug

Author: LittleDan
Mode: factor
Date: Tue, 17 Feb 2009 22:36:36
Plain Text |
GENERIC: <times> ( times -- term' )
M: string <times> ;

EBNF: parse-regexp

Times = .* => [[ "foo" ]]

Regexp = Times:t => [[ t <times> ]]

;EBNF

New Annotation

Summary:
Author:
Mode:
Body: