Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 212 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 212 Bytes

tinymath

A tiny math interpreter.

Components

  • Lexer - takes text input and creates tokens
  • Parser - takes token inputs and creates a syntax tree
  • Interpreter - takes syntax tree and creates an output