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
- Host: GitHub
- URL: https://github.com/wciesialka/lua-calc
- Owner: wciesialka
- License: mit
- Created: 2019-11-10T23:53:28.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-07-02T02:04:27.000Z (almost 3 years ago)
- Last Synced: 2025-03-05T07:25:45.748Z (over 1 year ago)
- Topics: calculator, lua, object-oriented, oop
- Language: Lua
- Size: 30.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
 
# 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.