]> ruin.nu Git - proglang.git/history - Interpret.hs
minor change
[proglang.git] / Interpret.hs
2006-03-15 Michael Andreensmall fix
2006-03-15 Michael Andreenbetter semantics and show div by zero errors earlier
2006-03-15 Michael AndreenliftM
2006-03-15 Michael Andreenmore generic type declaration and evaluates input directly
2006-03-15 Michael AndreenErrorT instead..
2006-03-14 Michael Andreenupdating documentation
2006-03-14 Michael Andreencompiler seems to be working
2006-03-14 Michael Andreenmerged changes to function branch
2006-03-14 Michael AndreenCompInt, integrated compiler and interpreter for the...
2006-03-14 Michael Andreenmost of the semantics added
2006-03-11 Michael Andreenfoldr and zip instead of my own function
2006-03-11 Michael AndreenInterpreter works
2006-03-11 Michael Andreeninterpreter compiles
2006-03-11 Michael Andreenadded branch for implementing functions
2006-03-10 Michael AndreenreadBool now reads integer values, where 0 is false...
2006-03-10 Michael Andreenadded constructor for declaration with default value
2006-03-02 Michael Andreenadded pushAndPop function to push and pop the scope
2006-03-02 Michael Andreenremoved NoType and EDefault and added assert
2006-03-01 Michael Andreeninterpreter seems to work
2006-03-01 Michael Andreeninitial commit of interpreter