log

age author description
Fri, 03 Jun 2011 13:01:22 -0700 Jeff Hammel add a not token, i hope! default tip
Fri, 03 Jun 2011 12:42:57 -0700 Jeff Hammel add an additional parentheses test
Fri, 03 Jun 2011 11:15:40 -0700 Jeff Hammel allow both kinds of strings
Fri, 03 Jun 2011 11:09:08 -0700 Jeff Hammel add some vocab
Fri, 03 Jun 2011 10:51:36 -0700 Jeff Hammel get precedence from a list position vs magic constants
Fri, 03 Jun 2011 10:16:19 -0700 Jeff Hammel add ExpressionParser to the exports
Fri, 03 Jun 2011 08:36:55 -0700 Jeff Hammel add a string token
Fri, 03 Jun 2011 08:32:57 -0700 Jeff Hammel add an int token
Fri, 03 Jun 2011 08:31:29 -0700 Jeff Hammel begin using subclasses for tokens; the eventual goal is that a token class will know everything it can about what it is and the parser just knows about what tokens are
Fri, 03 Jun 2011 08:24:48 -0700 Jeff Hammel add a docstring
Fri, 03 Jun 2011 08:23:19 -0700 Jeff Hammel put tests in sseparate file
Fri, 03 Jun 2011 08:22:56 -0700 Jeff Hammel change parse mapping to **kwargs
Thu, 02 Jun 2011 07:47:33 -0400 Ted Mielczarek consolidate token classes
Thu, 02 Jun 2011 07:44:25 -0400 Ted Mielczarek add documentation, clean up interface slightly, tweak tests
Wed, 01 Jun 2011 20:00:51 -0400 Ted Mielczarek slight cleanup
Wed, 01 Jun 2011 19:58:56 -0400 Ted Mielczarek simple expression parser