Skip to content

hyper2snyper/Parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This was an attempt to make a mathematic parser that would evaluate expressions like (1+2)/(3/3+4(1+9)/8) and the like. It marches through the string and constructs a tree, afterwards it will collapse the tree to get an answer. I did this without any prior knowlege to compilers and such.

Example. image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages