Class: Curlybars::Lexer

Inherits:
RLTK::Lexer
  • Object
show all
Defined in:
lib/curlybars/lexer.rb

Constant Summary collapse

IDENTIFIER =

This accomodates the edge case of identifiers containing all numbers and dashes

'[0-9A-Za-z_\-][0-9\w\-]*'.freeze