|
> Is there a way to use !=, /= or <> as an alternative to ~= ? > I am asking because the keyboard I am currently using does not have the > tilde key. > Thanks > I think the only way to do is to change the source code of the function llex in llex.c to recognize your substitution as TK_NE. |