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

https://github.com/wciesialka/lua-calc

Object Oriented Calculator in Lua
https://github.com/wciesialka/lua-calc

calculator lua object-oriented oop

Last synced: 11 days ago
JSON representation

Object Oriented Calculator in Lua

Awesome Lists containing this project

README

          

![](https://img.shields.io/badge/dynamic/json?color=brightgreen&label=Version&prefix=v&query=version&url=https%3A%2F%2Fraw.githubusercontent.com%2Fwciesialka%2Flua-calc%2Fmaster%2Fpackage.json) ![](https://img.shields.io/badge/dynamic/json?color=informational&label=Lua&prefix=v&query=luaversion&url=https%3A%2F%2Fraw.githubusercontent.com%2Fwciesialka%2Flua-calc%2Fmaster%2Fpackage.json)

# lua-calc
Object Oriented Calculator in Lua

## Getting Started

### Prerequisites

`Lua5.3.3`

## Running

You can either run the program by using `lua Main.lua "[expression]"` or `./run.sh "[expression]"`. Expressions must be space delimited and balanced. Note that the quotes are required!

## Authors

* Willow Ciesialka

## License

See [LICENSE](LICENSE) for details.