• Robert Griesemer's avatar
    daily snapshot: · 3cfd91f8
    Robert Griesemer authored
    - use explicit expression lists instead of binary trees to represent lists of the form a, b, c
    (per discussion w/ Russ)
    - use explicit nodes for various language constructs for better readability
    - various adjustments in parsing and printing
    
    next steps:
    - clean up AST fully so it can be checked in as library
    
    R=r
    OCL=26371
    CL=26371
    3cfd91f8
printer.go 28.4 KB