]> ruin.nu Git - proglang.git/log
proglang.git
18 years agointerpreter seems to work
Michael Andreen [Wed, 1 Mar 2006 10:36:39 +0000 (10:36 +0000)]
interpreter seems to work

18 years agoinitial commit of interpreter
Michael Andreen [Wed, 1 Mar 2006 09:18:40 +0000 (09:18 +0000)]
initial commit of interpreter

18 years agominor stuff
Michael Andreen [Wed, 1 Mar 2006 07:55:32 +0000 (07:55 +0000)]
minor stuff

18 years agotyping rules in documentation
Fredrik Möllerstrand [Tue, 28 Feb 2006 21:01:44 +0000 (21:01 +0000)]
typing rules in documentation

18 years agosmll stuff
Michael Andreen [Tue, 28 Feb 2006 10:12:44 +0000 (10:12 +0000)]
smll stuff

18 years agob not in scope
Michael Andreen [Tue, 28 Feb 2006 08:56:36 +0000 (08:56 +0000)]
b not in scope

18 years agosupport for scope
Michael Andreen [Tue, 28 Feb 2006 08:52:54 +0000 (08:52 +0000)]
support for scope

18 years agoadded not
Michael Andreen [Tue, 28 Feb 2006 08:03:56 +0000 (08:03 +0000)]
added not

18 years agominor stuff
Michael Andreen [Mon, 27 Feb 2006 21:11:24 +0000 (21:11 +0000)]
minor stuff

18 years agosome restructuring
Michael Andreen [Mon, 27 Feb 2006 19:07:16 +0000 (19:07 +0000)]
some restructuring

18 years agotypechecker finds redeclaration of a variable
Michael Andreen [Mon, 27 Feb 2006 13:47:05 +0000 (13:47 +0000)]
typechecker finds redeclaration of a variable

18 years agoadded some more typeerrors
Michael Andreen [Mon, 27 Feb 2006 10:33:53 +0000 (10:33 +0000)]
added some more typeerrors

18 years agostreamlined the binary operators
Michael Andreen [Mon, 27 Feb 2006 10:25:29 +0000 (10:25 +0000)]
streamlined the binary operators

18 years agomoved modified Testsyntax to Typechecker to keep the original one
Michael Andreen [Sun, 26 Feb 2006 21:26:14 +0000 (21:26 +0000)]
moved modified Testsyntax to Typechecker to keep the original one

18 years agochanged the documentation
Michael Andreen [Sun, 26 Feb 2006 21:11:54 +0000 (21:11 +0000)]
changed the documentation

18 years agoremoved most shift/reduce conflicts by moving EAss from Exp3 to Exp and thus disallow...
Michael Andreen [Sun, 26 Feb 2006 20:50:51 +0000 (20:50 +0000)]
removed most shift/reduce conflicts by moving EAss from Exp3 to Exp and thus disallowing many constructs if parenthesis aren't used

18 years agoneeded
Michael Andreen [Fri, 24 Feb 2006 14:38:31 +0000 (14:38 +0000)]
needed

18 years agoneeded
Michael Andreen [Fri, 24 Feb 2006 12:05:14 +0000 (12:05 +0000)]
needed

18 years agodone?
Michael Andreen [Fri, 24 Feb 2006 12:04:35 +0000 (12:04 +0000)]
done?

18 years agohopefully compiles properly
Michael Andreen [Fri, 24 Feb 2006 11:55:49 +0000 (11:55 +0000)]
hopefully compiles properly

18 years agotypechecker compiles but can't be run
Michael Andreen [Fri, 24 Feb 2006 10:55:18 +0000 (10:55 +0000)]
typechecker compiles but can't be run

18 years agomore or less done with the syntx
Michael Andreen [Fri, 24 Feb 2006 08:02:00 +0000 (08:02 +0000)]
more or less done with the syntx

18 years agostreamlining the abstract syntax
Michael Andreen [Sat, 18 Feb 2006 14:25:25 +0000 (14:25 +0000)]
streamlining the abstract syntax

18 years agoupdated syntax to use define
Michael Andreen [Thu, 16 Feb 2006 10:17:46 +0000 (10:17 +0000)]
updated syntax to use define

18 years agoRemoved assignments as variables
Michael Andreen [Fri, 10 Feb 2006 12:41:11 +0000 (12:41 +0000)]
Removed assignments as variables

18 years agoexplained the shift/reduce conflicts
Michael Andreen [Tue, 7 Feb 2006 10:51:45 +0000 (10:51 +0000)]
explained the shift/reduce conflicts

18 years agomoved comments to examples
Michael Andreen [Tue, 7 Feb 2006 10:18:09 +0000 (10:18 +0000)]
moved comments to examples

18 years agoinitial commit
Michael Andreen [Tue, 7 Feb 2006 09:51:45 +0000 (09:51 +0000)]
initial commit