Skip to content

Latest commit

 

History

History

arith_evaluator

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

A simple parser-evaluator for arithmetic expressions using the shift-reduce method (Operator Precedence) as showcased in the BASIC Interpreter project.

The following types and operations are supported:

  • Basic Integers.
  • +, -, *, /, and %.

Build

  $ dune build && dune exec arith_eval