Parser.st
Tue, 25 Feb 2003 12:47:23 +0100 Claus Gittinger code rewritten to be independent of stream zero-base
Mon, 24 Feb 2003 17:59:52 +0100 Claus Gittinger recompilation after correct-by-deleting unused local
Wed, 12 Feb 2003 16:27:56 +0100 Claus Gittinger warning message changed
Sun, 02 Feb 2003 16:52:47 +0100 Claus Gittinger when required to compile, use Compiler instead of self class. rel4_1_7 release
Fri, 31 Jan 2003 16:24:40 +0100 penk ignoreErrors / ignoreWarnings are not getters.
Wed, 29 Jan 2003 20:32:34 +0100 penk oops leftOver halt
Wed, 29 Jan 2003 18:59:00 +0100 penk separated instance creation from parsing
Tue, 28 Jan 2003 20:49:58 +0100 Claus Gittinger oops
Fri, 24 Jan 2003 12:33:14 +0100 Claus Gittinger autoDefine as doIt added
Tue, 26 Nov 2002 17:18:07 +0100 Stefan Vogel Remove unused method variables
Tue, 26 Nov 2002 10:51:53 +0100 Claus Gittinger preps for fixedPoint literals
Wed, 20 Nov 2002 10:20:02 +0100 Claus Gittinger only autoDefine workspace vars on the top level (i.e. not within blocks)
Tue, 19 Nov 2002 11:12:39 +0100 Claus Gittinger eval -> value
Mon, 18 Nov 2002 19:11:13 +0100 Claus Gittinger *** empty log message ***
Mon, 18 Nov 2002 11:06:45 +0100 Claus Gittinger function call is now compiled into an #eval: message
Fri, 15 Nov 2002 16:21:35 +0100 Stefan Vogel Generate class methods in class.
Thu, 14 Nov 2002 12:10:30 +0100 Claus Gittinger *** empty log message ***
Mon, 04 Nov 2002 16:20:13 +0100 Claus Gittinger checkin from browser
Mon, 04 Nov 2002 15:26:36 +0100 Claus Gittinger more checks
Thu, 31 Oct 2002 16:17:12 +0100 Claus Gittinger halt
Thu, 31 Oct 2002 16:15:40 +0100 Claus Gittinger oops - only auto-declare as ws-var, if compiling a doIt
Thu, 31 Oct 2002 14:41:45 +0100 Claus Gittinger fixed correct for doits
Tue, 29 Oct 2002 10:39:37 +0100 Claus Gittinger autodefine workspace variables
Wed, 04 Sep 2002 12:37:53 +0200 Claus Gittinger use #topNameSpace
Mon, 19 Aug 2002 18:15:21 +0200 Claus Gittinger preps for nonDeterministic and FD variables.
Fri, 09 Aug 2002 14:25:16 +0200 Claus Gittinger optionally allow nil, true, false etc. as unary selector
Wed, 07 Aug 2002 15:01:15 +0200 penk undeclared variable handling was broken (to allow reference search)
Wed, 31 Jul 2002 18:44:14 +0200 Claus Gittinger + warnPossible incompatibility
Thu, 25 Jul 2002 19:44:06 +0200 Claus Gittinger *** empty log message ***
Thu, 25 Jul 2002 18:48:32 +0200 Claus Gittinger catch errors when extracting a message selector
Thu, 25 Jul 2002 18:46:04 +0200 Claus Gittinger experimental lazyValues
Mon, 15 Jul 2002 14:02:07 +0200 Stefan Vogel Remove unused method var
Thu, 11 Jul 2002 23:28:09 +0200 Claus Gittinger error messages
Fri, 21 Jun 2002 09:40:57 +0200 Stefan Vogel ParseError is an error, not an exception.
Thu, 16 May 2002 20:30:28 +0200 Claus Gittinger squeak computed arrays again
Thu, 16 May 2002 20:24:57 +0200 Claus Gittinger code could be wrong in a primitive node
Thu, 16 May 2002 20:20:04 +0200 Claus Gittinger oops - stc bug workaround - scans keyword selectors
Thu, 16 May 2002 20:12:53 +0200 Claus Gittinger comments
Thu, 16 May 2002 20:10:53 +0200 Claus Gittinger dolphin compile-time constant strings
Thu, 16 May 2002 20:09:32 +0200 Claus Gittinger dolphin compile-time constant strings
Wed, 15 May 2002 13:38:25 +0200 Claus Gittinger better code for squeak computed array;
Mon, 06 May 2002 08:11:56 +0200 Claus Gittinger experimental: refs
Fri, 03 May 2002 14:15:12 +0200 Claus Gittinger identifier expected - better error message
Thu, 02 May 2002 11:09:10 +0200 Claus Gittinger error handling refactored
Tue, 05 Mar 2002 18:55:45 +0100 tm declare as class-variable fixed (if compiling for metaclass)
Tue, 26 Feb 2002 11:53:28 +0100 Claus Gittinger #implements: -> #includesSelector:
Fri, 08 Feb 2002 15:45:55 +0100 Claus Gittinger care for package directive (remember)
Fri, 08 Feb 2002 12:42:13 +0100 james doits are evaluated in a contexts receiver class - not
Sun, 16 Dec 2001 18:33:04 +0100 Claus Gittinger *** empty log message ***
Wed, 12 Dec 2001 16:27:26 +0100 Claus Gittinger returnValue check
Wed, 12 Dec 2001 12:29:20 +0100 Claus Gittinger also check for nonBoolean/boolean returns if
Mon, 03 Dec 2001 16:31:36 +0100 Claus Gittinger dolphin compatibility;
Tue, 27 Nov 2001 19:04:03 +0100 Claus Gittinger added #newClass to correct options
Tue, 20 Nov 2001 20:02:04 +0100 Claus Gittinger parse ST/C api pragma (as dummy)
Sat, 17 Nov 2001 11:49:08 +0100 Claus Gittinger check if returning both boolean / non-boolean
Thu, 15 Nov 2001 23:07:20 +0100 Claus Gittinger finished remove unused vars;
Thu, 15 Nov 2001 21:04:08 +0100 Claus Gittinger added declare instVar and classInstVar
Fri, 09 Nov 2001 19:14:52 +0100 Claus Gittinger speedup findBestSelector
Mon, 05 Nov 2001 18:36:27 +0100 Claus Gittinger *** empty log message ***
Mon, 05 Nov 2001 17:48:36 +0100 Claus Gittinger isMeta/soleInstance -> theMetaclass / theNonMetaclass
less more (0) -300 -100 -60 tip