Closed
Bug 395468
Opened 18 years ago
Closed 18 years ago
fixes to evaluate asts on tamarin
Categories
(Tamarin Graveyard :: Self-hosting compiler (ESC), defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jodyer, Unassigned)
Details
Attachments
(1 file)
|
73.46 KB,
patch
|
dansmith
:
review+
|
Details | Diff | Splinter Review |
this means we can now run esc3-t.sh on arbitrary asts, which means we are one step closer to compiling asts to abcs. the critical fix was to a typo (mine) in bytes-tamarin.es that was doing a | instead of a &. that resulted in a corrupt file verify error. also updated the driver for esc3-t to eval asts, rather than requiring them to be compiled ahead of time.
Attachment #280135 -
Flags: review?(tierney)
Attachment #280135 -
Flags: review?(dansmith)
Attachment #280135 -
Flags: review?(dansmith) → review+
Comment 1•18 years ago
|
||
This code was committed some time in the past.
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
Comment 2•17 years ago
|
||
Comment on attachment 280135 [details] [diff] [review]
patch
Already committed, removing r? flag
Attachment #280135 -
Flags: review?(tierney)
You need to log in
before you can comment on or make changes to this bug.
Description
•