swig/Source/CParse
Olly Betts f2de21eb83 Parse common cases of < and > comparisons
Adding full support for these in expressions seems hard to do without
introducing conflicts into the parser grammar, but in fact all reported
cases have had parentheses around the comparison and we can support that
with a few restrictions on the left side of `<`.

Fixes #80 and #635.  Also https://sourceforge.net/p/swig/bugs/1139/
2022-01-25 14:09:41 +13:00
..
cparse.h new_node refactor 2018-05-19 09:00:06 +01:00
cscanner.c Fix -Wchar-subscripts warning 2021-04-26 22:32:52 +01:00
parser.y Parse common cases of < and > comparisons 2022-01-25 14:09:41 +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