Skip to content

jakubsmolaga/simple-math

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Math

This is the simplest possible "math parser". It can serve as an educational material for learning about recursive descent parsing. It handles precedence, negative numbers, powers and parenthesis.

Setup

git clone https://github.com/jakubsmolaga/simple-math.git
cd simple-math
make
./simple-math

Requirements

  • Compiler that supports C99.
  • Operating system with libc
  • make (optional)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published