Skip to content

amruthank/BasicInterpreter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

BasicInterpreter is an interpreter that processes the airthmatic expression into the tokens.

Airthmetic operations are performed on the generated Tokens.

It takes two single digit numbers and performs the operation on that.

example:

expression: number1 operator number2

operator: +,-,*,/

number1,numbe2 : 0-9

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages