MathLamp is a simple, powerful, functional programming language that can run complex equations in no time.
Run the main.py file to open te REPL.
To run a .lmp (MathLamp source) file run lamp [file] where [file] is your code file.
- Basic Artimetic operations (+ - * / %)
- Really simple Algebra (
sqrt()andpow()) - A working REPL to type expressions
out(1 + 1) // Prints 2
x = 3 * 2 // Variables
y = sqrt(4) // Square Root
out(x / y)
typer license: typer-LICENSE
lark license: lark-LICENSE
