Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 245 Bytes

File metadata and controls

9 lines (5 loc) · 245 Bytes

sexpr

S Expression parser

Overview

Note when developing this S expression parser:

  • Tokenization, a.k.a lexing. The input is transformed into a stream of tokens. Tokenization never fails, although the output may contain error tokens.