Skip to content

micycle8778/crowncalc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Crowncalc

A calculator written in nim

Dependencies

ccalc depends on SDL2, meaning you have to install it if you want to use the GUI calculator. Installation instructions exist at nim-lang/sdl2

Usage

Crowncalc is fairly straight forward.

crowncalc

ccalc screenshot

ccalccli

👑 calc>2+2
4.0

👑 calc> ^D
Goodbye!

crowncalc library

import crowncalc

echo "2+2".solve # 4.0

Credits

Space Mono, the font used in ccalc, is under the OFL and is made by Colophon Foundry.

Releases

No releases published

Packages

No packages published

Languages