swig/Source/CParse
Olly Betts 98e1251772 Handle ellipsis as a token in the scanner
This is more correct (previously SWIG incorrectly accepted 3 periods
with whitespace between as an ellipsis) and helps avoid conflicts in
the grammar.
2022-01-26 12:31:52 +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 Handle ellipsis as a token in the scanner 2022-01-26 12:31:52 +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