GraphAlg Syntax

Under Construction

This part of the documentation is not yet finished.

Lexical Analysis

TODO:

  • ASCII characters only
  • Next token table a la Python (https://docs.python.org/3/reference/lexical_analysis.html)
  • End of line sequences
  • Whitespace and comments
  • Names (identifiers and keywords (reserved vs. strict))
  • Literals

Formal Grammar

TODO:

  • EBNF definition
  • Precedence and associativity