Moved selection parser helpers into separate file.
authorTeemu Murtola <teemu.murtola@gmail.com>
Sun, 12 Aug 2012 09:24:45 +0000 (12:24 +0300)
committerTeemu Murtola <teemu.murtola@gmail.com>
Tue, 28 Aug 2012 03:33:48 +0000 (06:33 +0300)
commitd0b64b0b3420bb210cdd275a77c7f6b6eb66c867
tree491c88da7c9e1043264c6bece49341ddb775257d
parentddaf0f3b4e63d6769a56f6335dfb3a8c542b63a0
Moved selection parser helpers into separate file.

Makes parser.y much more streamlined, as there is now nearly only Bison
declarations and the actual semantic actions.  Also, editing the helpers
no longer requires regenerating the parser (which most likely also
changes the line numbers in parser.cpp, which is typically the largest
part of such changes).

Change-Id: I60e76b95725fb9f647f3cddf64773b3f94185b06
src/gromacs/selection/parser.cpp
src/gromacs/selection/parser.h
src/gromacs/selection/parser.y
src/gromacs/selection/parser_internal.h [new file with mode: 0644]