Commit 9157b0d2fa5bf22aae76d4bd80d64240a1a0e206

Enji Cooper 2020-03-26T19:05:48

Rename all global variables to match the PEP8 spec Global variables should be in all caps, as opposed to lowercase. While here, use named groups for `STRUCT_REF_RE` instead of numbered groups to make the results and their indented tokens to parse more intuitive to the end reader. Signed-off-by: Enji Cooper <yaneurabeya@gmail.com>