This repository contains source code of the library for solving math expressions.
swift run calc "12*4+sin(90)"
The development of the library was inspired by the book Crafting Interpreters of Bob Nystrom
The contents of this repository are licensed under the MIT License