• Robert Griesemer's avatar
    Steps towards a general scanner/parser library for Go: · 3689e221
    Robert Griesemer authored
    - converted more of AST and parser to use interfaces and explicit
    structs for individual Go constructs (can be replaced now with
    interface calls such that the parser becomes AST structure
    independent, as suggested by rsc)
    - added more tests (find all .go files under GOROOT)
    - (temporarily) lost html links for identifiers when generating
    html output
    - TODO: lots of cleanups
    
    R=r
    OCL=25518
    CL=25518
    3689e221
Name
Last commit
Last update
doc Loading commit data...
include Loading commit data...
lib Loading commit data...
pkg Loading commit data...
src Loading commit data...
test Loading commit data...
usr/gri Loading commit data...