Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 526 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 526 Bytes

Calculator Swift Library

This repository contains source code of the library for solving math expressions.

Run calculator

swift run calc "12*4+sin(90)"

Contributing

The development of the library was inspired by the book Crafting Interpreters of Bob Nystrom

License

The contents of this repository are licensed under the MIT License