Skip to content

tobiaswirtz/tinymath

Repository files navigation

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

About

A tiny math interpreter.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages