log src/main.rs @ 93:c06d12a81637

age author description
Tue, 14 Jun 2016 02:53:29 +0200 Bastien Orivel Better test failure. Use assert_diff! instead of assert_eq! so we can actually see what the differences are.
Thu, 23 Jun 2016 03:16:59 +0100 Emmanuel Gil Peyrot Add a symtable module, to obtain information about symbols.
Wed, 22 Jun 2016 23:09:12 +0100 Emmanuel Gil Peyrot Remove bitrotten code.
Mon, 13 Jun 2016 00:42:58 +0100 Emmanuel Gil Peyrot Fix a few warnings.
Fri, 03 Jun 2016 19:06:57 +0200 Bastien Orivel Add a simple test for ast.Assign.
Fri, 03 Jun 2016 19:00:09 +0200 Bastien Orivel Return a String from ast_dump instead of printing it directly.
Thu, 02 Jun 2016 05:33:23 +0100 Emmanuel Gil Peyrot Import the full AST grammar from CPython 3.5.
Wed, 01 Jun 2016 22:17:28 +0100 Emmanuel Gil Peyrot Add a scoping pass, associating each module/statement with a block.
Sun, 29 May 2016 19:15:02 +0100 Emmanuel Gil Peyrot Hello world!