Crate token_lists

Source
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.