Skip to content

rvcas/crisp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Crisp

A very minimal lispy calculator implemented in zig

Running Crisp

Operations

  • + add a sequence of numbers
    • (+ 1 2 3)
  • - subtract a sequence of numbers
    • (- 3 2)
  • * multiply a sequence of numbers
    • (* 3 5 2)
  • / divide a sequence of numbers
    • (/ 12 4)
    • decimals are not supported. meaning: (/ 2 4) => 0
      • everything is floored
    • divide by zero results in an error

About

A Minimal Lispy Calculator

Topics

Resources

License

Stars

Watchers

Forks

Languages