Sha256: ecfce8b7541e93d6c94dcf565e98552046db91abd2763e4d1bd82eee2436c4a6
Contents?: true
Size: 199 Bytes
Versions: 1
Compression:
Stored size: 199 Bytes
Contents
# frozen_string_literal: true DIGITS = "1234567890" TT_INT = "TT_INT" TT_FLOAT = "FLOAT" TT_PLUS = "PLUS" TT_MINUS = "MINUS" TT_MUL = "MUL" TT_DIV = "DIV" TT_LPAREN = "LPAREN" TT_RPAREN = "RPAREN"
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
simpler_lexer-0.1.0 | lib/simpler_lexer/constants.rb |