• Russ Cox's avatar
    exp/regexp/syntax: syntax data structures, parser · b96c3477
    Russ Cox authored
    Parser is a work in progress but can populate most of the
    interesting parts of the data structure, so a good checkpoint.
    All the complicated Perl syntax is missing, as are various
    important optimizations made during parsing to the
    syntax tree.
    
    The plan is that exp/regexp's API will mimic regexp,
    and exp/regexp/syntax provides the parser directly
    for programs that need it (and for implementing exp/regexp).
    
    Once finished, exp/regexp will replace regexp.
    
    R=r, sam.thorogood, kevlar, edsrzf
    CC=golang-dev
    https://golang.org/cl/4538123
    b96c3477
Name
Last commit
Last update
doc Loading commit data...
include Loading commit data...
lib Loading commit data...
misc Loading commit data...
src Loading commit data...
test Loading commit data...
.hgignore Loading commit data...
.hgtags Loading commit data...
AUTHORS Loading commit data...
CONTRIBUTORS Loading commit data...
LICENSE Loading commit data...
PATENTS Loading commit data...
README Loading commit data...
favicon.ico Loading commit data...
robots.txt Loading commit data...