Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 376 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 376 Bytes

Malors

Mathematic Logic from Rust

Malors is a toy language to run logic on maths expressions The interpreter is made from scratch in Rust The goal is to make scripting on calculators easy with fewer keywords and characters needed

Steps:

  • Tokenizer
  • Interpreter
  • CLI
  • Script
  • Web
  • functions

Examples