Crate token_lists[][src]

Expand description

This crate contains a minimal form of s-expressions, which will be called token lists.

Every element, called token, is either a symbol or a list of multiple tokens.

Other libraries like the token parser can be used to parse tokens.

Enums

Token

Represents the token lists.