• Robert Griesemer's avatar
    Significant parser cleanup: · 75a5d6cd
    Robert Griesemer authored
    - commented public interface
    - much better and very precise error messages
    - much better tracing output
    - many more checks (still permits more than just syntactically legal
      programs, but much more is checked that can be checked w/o semantic information)
    - updated with respect to updated AST
    - general cleanup throughout
    
    Parser almost ready for move into lib/go.
    
    R=r
    OCL=26853
    CL=26855
    75a5d6cd
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...