microcad-syntax 0.3.0

µcad: A CAD system for the 21st century
Documentation

Syntax definitions and parser for µcad source code.

This module includes the components to parse µcad source code into a stream of tokens or abstract syntax tree.

  • Transform source code into a stream of tokens with [lex]
  • Create an abstract syntax tree from the list of tokens with [parse]