Skip to content

Latest commit

 

History

72 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

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

3 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages