Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CREPL: An Arithmetic Expression Interpreter

Arithmetic expression interpreter with a REPL. Implemented a simple pratt parser (formerly a recursive descent parser).

Example:

>>> -(3 + 4) ^ 3
  = -343.00

>>> 1 + 2 * 3
  = 7.00

>>> 2 ^ 3 ^ 2
  = 512.00

>>>

About

Arihtmetic Expression Interpreter with a REPL. Just a dumbed down parsing playground for me.

Resources

Stars

2 stars

Watchers

0 watching

Forks

Contributors

Languages