Sha256: 94aea515f9b002ad7d1fc17ab89864ffd1ec407a51725be362099c9008d73311

Contents?: true

Size: 247 Bytes

Versions: 9

Compression:

Stored size: 247 Bytes

Contents

#
# eooro1.rex
# lexical definition sample for rex
#

class Error1
macro
  BLANK         [\ \t]+
rule
  BLANK         # no action
  \d+           { [:digit, text.to_i] }
  \w+           { [:word, text] }
  \n
#  .             { [text, text] }
end

Version data entries

9 entries across 9 versions & 4 rubygems

Version Path
aaronp-frex-1.0.0 sample/error1.rex
aaronp-frex-1.0.1 sample/error1.rex
tenderlove-frex-1.0.1.20090313144615 sample/error1.rex
rexical-1.0.5 sample/error1.rex
rexical-1.0.5.beta2 sample/error1.rex
rexical-1.0.5.beta1 sample/error1.rex
rex-1.0.2 sample/error1.rex
rexical-1.0.4 sample/error1.rex
rexical-1.0.3 sample/error1.rex