class Dentaku::Parser

def operation(token)

def operation(token)
  AST_OPERATIONS.fetch(token.value)
end