Edgewall Software

Opened 16 years ago

Closed 15 years ago

#231 closed enhancement (fixed)

compiler.ast -> python code

Reported by: dan.colascione@… Owned by: cmlenz
Priority: major Milestone: 0.6
Component: Expression evaluation Version: 0.4.4
Keywords: Cc:

Description

It's a little rough, but it works and comes with a test case. Give it a shot.

Attachments (6)

ast.py (12.9 KB) - added by dan.colascione@… 16 years ago.
test_ast.py (9.1 KB) - added by dan.colascione@… 16 years ago.
test suite for code generator
ast.2.py (13.9 KB) - added by dan.colascione@… 16 years ago.
Update
test_ast.2.py (9.7 KB) - added by dan.colascione@… 16 years ago.
test
ast.3.py (13.9 KB) - added by dan.colascione@… 16 years ago.
One last time
test_ast.3.py (10.0 KB) - added by dan.colascione@… 16 years ago.

Download all attachments as: .zip

Change History (8)

Changed 16 years ago by dan.colascione@…

Changed 16 years ago by dan.colascione@…

test suite for code generator

Changed 16 years ago by dan.colascione@…

Update

Changed 16 years ago by dan.colascione@…

test

Changed 16 years ago by dan.colascione@…

One last time

Changed 16 years ago by dan.colascione@…

comment:1 Changed 16 years ago by cmlenz

  • Component changed from Infrastructure to Expression evaluation
  • Milestone changed from 0.5.1 to 0.6

comment:2 Changed 15 years ago by cmlenz

  • Resolution set to fixed
  • Status changed from new to closed

This work was completed as part of the GSoC 2008 project in branches/experimental/soc2008-ast@975, and was merged back into trunk in [988]. See also #142.

Note: See TracTickets for help on using tickets.