This repository has been archived on 2020-09-15. You can view files and clone it, but cannot push or open issues or pull requests.
Alek Ratzloff c5e1dca7ac Add VisitObj and Obj::accept(&self, ..) method
- VisitObj is for visiting object instances and dyn objects (and thus
  dynamically dispatching accept)
- Obj::accept method is used for dispatching to the specific visitor
  method
- GcMark ZST added for visiting/marking living objects

Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
2020-05-22 19:19:12 -04:00
2020-04-27 12:42:17 -04:00
Description
It certainly isn't Python!
481 KiB
Languages
Rust 100%