Sha256: de28aee385eccb4788d564fcaf2a99887bee71694eda4e46c8ff24606dc4fd6e

Contents?: true

Size: 497 Bytes

Versions: 1

Compression:

Stored size: 497 Bytes

Contents

%% name = ReVIEW::Compiler::Literals

%% header {
$KCODE='u' ## for Ruby 1.8 :-(

##
# Provides Literals appropriate for your ruby version.
#--
# This set of literals is for Ruby 1.8 regular expressions.
}

Alphanumeric      = /[0-9A-Za-z\200-\377]/n
AlphanumericAscii = /[A-Za-z0-9]/
LowerAlphabetAscii = /[a-z]/
Digit             = /[0-9]/
BOM               = "\357\273\277"
Newline           = /\n|\r\n?/
NonAlphanumeric   = /[\000-\057\072-\100\133-\140\173-\177]/n
Spacechar         = / |\t/

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
review-2.0.0.beta1 lib/review/compiler/literals_1_8.kpeg