Sha256: 4cebcfead7cf8722602a99baddd689482600a03e41bc339ecd88f5c2ee5ce300

Contents?: true

Size: 171 Bytes

Versions: 7

Compression:

Stored size: 171 Bytes

Contents

=begin
%%{
machine bel;

  NL          = '\n';
  SP          = ' ' | '\t';
  EQL         = '=';
	NUMBER_SIGN = '#';

}%%
=end
# vim: ts=2 sw=2 ft=ragel:
# encoding: utf-8

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
bel_parser-1.0.0.alpha.7 lib/bel_parser/parsers/common/common.rl
bel_parser-1.0.0.alpha.6 lib/bel_parser/parsers/common/common.rl
bel_parser-1.0.0.alpha.5 lib/bel_parser/parsers/common/common.rl
bel_parser-1.0.0.alpha.4 lib/bel_parser/parsers/common/common.rl
bel_parser-1.0.0.alpha.3 lib/bel_parser/parsers/common/common.rl
bel_parser-1.0.0.alpha.2 lib/bel_parser/parsers/common/common.rl
bel_parser-1.0.0.alpha.1 lib/bel_parser/parsers/common/common.rl