• Russ Cox's avatar
    regexp/syntax: remove InstLast · ef3c0e7e
    Russ Cox authored
    This was added by the one-pass CL (post Go 1.2)
    so it can still be removed.
    
    Removing because surely there will be new operations
    added later, and we can't change the constant value
    once we define it, so "last" is a bad concept to expose.
    
    Nothing uses it.
    
    LGTM=bradfitz
    R=golang-codereviews, bradfitz
    CC=golang-codereviews
    https://golang.org/cl/81160043
    ef3c0e7e
Name
Last commit
Last update
..
compile.go Loading commit data...
doc.go Loading commit data...
make_perl_groups.pl Loading commit data...
parse.go Loading commit data...
parse_test.go Loading commit data...
perl_groups.go Loading commit data...
prog.go Loading commit data...
prog_test.go Loading commit data...
regexp.go Loading commit data...
simplify.go Loading commit data...
simplify_test.go Loading commit data...