Skip to content

Smart6502/beval

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


A maths evaluator written in C

Supports:

  • Normal operators like +, -, * and /
  • Functions like sin(), cos(), tan(), log(), sqrt()
  • Parenthesis
  • Exponents

Building

make

Plans

  • Support for bitwise operators i.e. &, <<, >>
  • Functions with multiple arguments