Crass::Parser
Inherits Reference < Object
Constants
OPERATOR_CHARS = ['=', '+', '-', '*', '/', '!', '%', '^', '#', '(', ')', '?']
SYMBOL_CHARS = ((('a'..'z').to_a + ('A'..'Z').to_a) + ('0'..'9').to_a) + ['_', '.', '$']
Class methods
run(source_file)
SourceInstance methods
dump_source(source)
Source