nasm/nasmlib
H. Peter Anvin (Intel) 9df075595e Restore the ability to have ? in identifiers, except ? itself
? in identifiers turns out to be used in the field even in non-TASM
mode. Resolve this by allowing it in an identifier still, but treat
'?' by itself the same as we would a keyword, meaning that it needs to
be separated from other identifier characters.

In other words:

	a ? b : c	; conditional expression
	a?b:c		; seg:off expression seg = a?b, off = c

Signed-off-by: H. Peter Anvin (Intel) <hpa@zytor.com>
2018-12-14 00:57:05 -08:00
..
2018-12-12 14:34:34 -08:00
2018-11-25 01:15:51 +03:00
2017-09-27 13:34:42 -07:00
2018-11-28 14:55:58 -08:00