New version of the recursive options parsing strategy.
authorTim King <taking@cs.nyu.edu>
Tue, 22 Mar 2016 03:51:07 +0000 (20:51 -0700)
committerTim King <taking@cs.nyu.edu>
Tue, 22 Mar 2016 03:51:07 +0000 (20:51 -0700)
commitfa0e13c32b15b628cc812928c0fb6c094f85079d
tree5ac79f0393ef395b83cbbff2a26b7fab51610176
parent22c24eeffd7dc0e44533ccd8c2c6dc91eb77f2f3
New version of the recursive options parsing strategy.
13 files changed:
src/main/driver_unified.cpp
src/main/portfolio_util.cpp
src/options/Makefile.am
src/options/argument_extender.cpp [deleted file]
src/options/argument_extender.h
src/options/argument_extender_implementation.cpp [new file with mode: 0644]
src/options/argument_extender_implementation.h [new file with mode: 0644]
src/options/mkoptions
src/options/options.h
src/options/options_template.cpp
test/unit/expr/expr_public.h
test/unit/expr/node_black.h
test/unit/util/listener_black.h