Crate impral

Source
Expand description

A command parsing and evaluation library for a LISP dialect, specialized for commandline input.

Modules§

lexer
Lexer that tokenizes a string slice into an iterator of Token’s.
parser
Parses a stream of tokens into an AST.