Skip to content

cmrschwarz/haskell-alpha

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

haskell-alpha

WIP equation solver, which outputs not only the solution but also the steps.

Example

./main '3 * (x + 1) = 42'
(3 * (x + 1)) = 42
(1 + x) = 14
x = 13

Building

cd src
ghc -O2 main.hs -outputdir bin

About

Equations solver

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published