mheinsen / seec

Program visualization and debugging for novice C programmers
http://seec-team.github.io/seec/
MIT License
3 stars 0 forks source link

SeeC-Clang mapped state recreation. #1

Closed mheinsen closed 11 years ago

mheinsen commented 11 years ago

Full support for recreating and traversing states with SeeC-Clang mapping information. This includes:

mheinsen commented 11 years ago

This is mostly complete. We need to add external access to the mapped run-time errors, filtering to retrieve only active run-time errors, and to close #21.

mheinsen commented 11 years ago

Also #28.

mheinsen commented 11 years ago

21 and #28 are both closed now. However, we need to implement the FILE * state information required by #37 before we can consider SeeC-Clang's mapped state recreation complete (there will still be more we could add, but this should be sufficient for 13.08).

mheinsen commented 11 years ago

37 is now closed, so this is complete also.