• T
    Translate simple classes · e2fa6f03
    Tim Chevalier 提交于
        Programs using classes with fields only (no methods) compile and run,
        as long as nothing refers to a class in a different crate (todo).
    
        Also changed the AST representation of classes to have a separate
        record for constructor info (instead of inlining the fields in the
        item_class node), and fixed up spans and pretty-printing for
        classes.
    e2fa6f03
parser.rs 87.5 KB