GitHub - 5anthosh/fcal-cli: Cli for fcal

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Folders and files

NameName

Last commit message

Last commit date

Latest commit

History

13 Commits

Repository files navigation

fcal-cli

Cli for fcal

Install

With npm

$ npm install -g fcal-cli

Use

$ fcal
fcal > 4 + 6 cm
10 cm

meta statements

.exit to exit

fcal > .exit

Get more info about expression

fcal> # 2342341234 + 234234

Evaluation time: 0.647ms

2342575468

AST
+ (0)BINARY  < + +  (12, 13)> 
|
+---- (1)LITERAL 2342341234
|
+---- (1)LITERAL 234234