]> Cypherpunks repositories - gostls13.git/commit
cmd/compile/internal/syntax: match argument and parameter parsing (cleanup)
authorgriesemer <gri@golang.org>
Wed, 11 Oct 2017 22:02:10 +0000 (15:02 -0700)
committerRobert Griesemer <gri@golang.org>
Mon, 16 Oct 2017 17:18:32 +0000 (17:18 +0000)
commitf8f0d6c4deab0837b03ddccfe0edf775c3bbd49f
tree531a33b903d3364538aed605f20fd9639d9d2049
parent4b7325c7e30fcfd3aec4bc5968069c07f0f48e21
cmd/compile/internal/syntax: match argument and parameter parsing (cleanup)

No semantic change. Move functionality not related to argument
out of the argument parsing function, and thus match parameter
parsing. Also, use a better function name.

Change-Id: Ic550875251d64e6fe1ebf91c11d33a9e4aec9fdd
Reviewed-on: https://go-review.googlesource.com/70491
Reviewed-by: Matthew Dempsky <mdempsky@google.com>
src/cmd/compile/internal/syntax/parser.go