In my last semester, I studied about parser in compiler design. But that was all theoretical.I wanted to do something practical. So I decided to make Arithmetic Parser Library with all trigonometric, logarithmic functions which could also be used by others to evaluate expression. And kotlin language is very easy to write and idiomatic. In… Continue reading How to perform Mathematical Operations using different ways in Kotlin