Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 367 Bytes

changelog.md

File metadata and controls

16 lines (12 loc) · 367 Bytes

Changelog

V2

  • Rewritten scanner to be less bad.
  • Generalized dictionary and evaluator.
  • Single line comments!
  • Freeing tokens.
  • Added parser error recovery.

V1

  • First versions of Scanner, Parser, and Evaluator.
  • Variables of type double.
  • Declarations, prints, assignments, and expressions.
  • 5 operations + parantheses, with order of operations.