Closed
Bug 440122
Opened 17 years ago
Closed 17 years ago
Capture program return value; print it in the repl
Categories
(Tamarin Graveyard :: Self-hosting compiler (ESC), defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: lhansen, Unassigned)
Details
Attachments
(1 file)
|
2.63 KB,
patch
|
jodyer
:
review+
|
Details | Diff | Splinter Review |
This patch changes code generation so that the program return value is generated and captured, fixes a bug in the bytecode loader so that the value is not dropped on the floor when it is returned, and changes the repl to print the value (so no print(...) wrapper is needed at the prompt -- at last).
Attachment #325621 -
Flags: review?(jodyer)
Attachment #325621 -
Flags: review?(jodyer) → review+
| Reporter | ||
Updated•17 years ago
|
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•