Releases: ymgyt/clc
Releases · ymgyt/clc
v0.1.4
v0.1.3
Added
- support constants
pi
,e
- support builtin function
pow()
,abs()
- support
^
operator
v0.1.2
Added
- support function call expression(
sqrt(sqrt(16))
) - func
sqrt()
supported - support
--eval
(-e
) cli flag
Changed
- rename
clc-core
toclc-engine
v0.1.1
Changed
- rename
calculator
package toclc-core
- rename
calculator-cli
toclc
v0.1.0
Added
clc
binary published.