aboutsummaryrefslogtreecommitdiff
path: root/src/Expr.hs
AgeCommit message (Expand)Author
2020-06-06Ugly and not working function value reduction, main evaluation refactoringHEADmasterCharles
2020-06-05Removed Imaginary type, Added variable name check (/= i), Added Matrix check ...Charles
2020-06-05Added print environment command, prompt editing and history with haskelineCharles
2020-06-03Added polynom solver from computorv1, Added matrix multipilcationCharles
2020-06-03Back to where I was but without the messCharles
2020-06-03Refactoring parsing, Fixing builtin, rewrite everything elseCharles
2020-04-09builtin cleaningCharles
2020-03-16variable and function context between promptsCharles
2020-03-16file Renaming, basic REPLCharles