class

Cryslisp::Parser

Inherits Reference < Object

Constants

REGEX_MAP = {/^\(/ => :LPAREN, /^\)/ => :RPAREN, /^\d+/ => :NUMBER, /^"[^"]*"/ => :STRING, /^[^\(\)\s]+/ => :SYMBOL}

Constructors

new(input : String)
Source

Instance methods

parse
Source