]> ruin.nu Git - proglang.git/shortlog
proglang.git
2006-03-02 Michael Andreenremoved NoType and EDefault and added assert
2006-03-01 Michael Andreenfully functional and C99 (not C90) compliant output
2006-03-01 Michael Andreenadding compiler
2006-03-01 Fredrik MöllerstrandYEAH
2006-03-01 Michael Andreeninterpreter seems to work
2006-03-01 Michael Andreeninitial commit of interpreter
2006-03-01 Michael Andreenminor stuff
2006-02-28 Fredrik Möllerstrandtyping rules in documentation
2006-02-28 Michael Andreensmll stuff
2006-02-28 Michael Andreenb not in scope
2006-02-28 Michael Andreensupport for scope
2006-02-28 Michael Andreenadded not
2006-02-27 Michael Andreenminor stuff
2006-02-27 Michael Andreensome restructuring
2006-02-27 Michael Andreentypechecker finds redeclaration of a variable
2006-02-27 Michael Andreenadded some more typeerrors
2006-02-27 Michael Andreenstreamlined the binary operators
2006-02-26 Michael Andreenmoved modified Testsyntax to Typechecker to keep the...
2006-02-26 Michael Andreenchanged the documentation
2006-02-26 Michael Andreenremoved most shift/reduce conflicts by moving EAss...
2006-02-24 Michael Andreenneeded
2006-02-24 Michael Andreenneeded
2006-02-24 Michael Andreendone?
2006-02-24 Michael Andreenhopefully compiles properly
2006-02-24 Michael Andreentypechecker compiles but can't be run
2006-02-24 Michael Andreenmore or less done with the syntx
2006-02-18 Michael Andreenstreamlining the abstract syntax
2006-02-16 Michael Andreenupdated syntax to use define
2006-02-10 Michael AndreenRemoved assignments as variables
2006-02-07 Michael Andreenexplained the shift/reduce conflicts
2006-02-07 Michael Andreenmoved comments to examples
2006-02-07 Michael Andreeninitial commit