index
:
computorv2.git
master
Scientific calculator REPL
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2020-06-05
Removed Imaginary type, Added variable name check (/= i), Added Matrix check ...
Charles
2020-06-05
Added print environment command, prompt editing and history with haskeline
Charles
2020-06-03
Added polynom solver from computorv1, Added matrix multipilcation
Charles
2020-06-03
Back to where I was but without the mess
Charles
2020-06-03
Refactoring parsing, Fixing builtin, rewrite everything else
Charles
2020-04-09
builtin cleaning
Charles
2020-03-16
variable and function context between prompts
Charles
2020-03-16
file Renaming, basic REPL
Charles
2020-03-16
split parser in multiple modules, parsing of assignment and statement
Charles
2020-03-16
Clean parser for expression containing rational and imaginary
Charles
2020-03-15
atom module with rational and imaginary types and operations
Charles
2020-03-14
Draft expr compatibility
Charles
2020-03-13
Caveman parsing working
Charles
2020-03-12
Basic expression parsing
Charles
2020-03-10
Initial commit based on computorv1
Charles