Crate impral[][src]

Expand description

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

Modules

Lexer that tokenizes a string slice into an iterator of Token’s.

Parses a stream of tokens into an AST.

Value representation.