Skip to content

Simple, stack-based calculator written in C, mainly as a precursor to writing a VM.

Notifications You must be signed in to change notification settings

gorgonical/stack-calc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

To compile:

make

To run:

./calculator "expr"

This calculator has no expression checking, so any malformed expressions will cause undefined behavior.

This may come later, though. Who knows?

About

Simple, stack-based calculator written in C, mainly as a precursor to writing a VM.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published