An open API service indexing awesome lists of open source software.

https://github.com/mikmuellerdev/kalk

A calculator language written in Rust
https://github.com/mikmuellerdev/kalk

Last synced: 10 months ago
JSON representation

A calculator language written in Rust

Awesome Lists containing this project

README

          

# Kalk
A calculator language written in Rust

## Why?
- To practice writing an interpreted programming language
- Because I need an ~~advanced~~ calculator for math class when doing small calculations

## Installation
```bash
cargo install --path=. --force
```

## How to Run
```bash
# cargo run -- '-42 * ( 3 * 14159265 - 42 )'
kalk '-42 * ( 3 * 14159265 - 42 )'
```