Skip to content

tadeuzagallo/haskell-math-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Math Expression Parser

Small parser that I've been working on to learn Haskell

So far there are two implementations:

  • Simple: One file that executes the operations as it parses the input
  • "Complete": This implementation is broken in multiple steps: Input > Token string > AST > IR > Evaluation

Both implementations can be executed by simply running the main.hs:

$ cd simple # or complete
$ runghc main.hs '<expression>'

About

Simple parser that I've been using to study Haskell

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published