swig/Source/CParse
Olly Betts ebbf2e6077 Allow method calls in expressions
This allows default parameter values containing method calls to be
parsed and handled - e.g. `x->foo(3,4)` and `y.z()`.
Fixes #660 and https://sourceforge.net/p/swig/bugs/1081/
2022-02-03 17:20:30 +13:00
..
cparse.h new_node refactor 2018-05-19 09:00:06 +01:00
cscanner.c Handle ellipsis as a token in the scanner 2022-01-26 12:31:52 +13:00
parser.y Allow method calls in expressions 2022-02-03 17:20:30 +13:00
templ.c Fix few unused variable warnings 2021-03-07 11:20:31 +00:00
util.c new_node refactor 2018-05-19 09:00:06 +01:00