nasm/asm
H. Peter Anvin 1d9da6043b evalstr: add helper functions to compute expressions from a string
In far too many places, especially in directives, we don't accept an
actual expression because, realistically, there have been way too many
hoops to jump through to do so. Add helper functions to make that far
easier.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
2018-12-26 00:17:23 -08:00
..
assemble.c assemble_file(): break up this gigantic mess 2018-12-18 19:14:40 -08:00
assemble.h
directiv.c Clean up the handling of various passes 2018-12-18 11:14:59 -08:00
directiv.dat
error.c nasm_warnf() -> nasm_warn() 2018-12-14 13:33:24 -08:00
eval.c With buffered warnings, change the handling of error passes 2018-12-18 12:25:11 -08:00
eval.h Clean up the handling of various passes 2018-12-18 11:14:59 -08:00
evalstr.c evalstr: add helper functions to compute expressions from a string 2018-12-26 00:17:23 -08:00
evalstr.h evalstr: add helper functions to compute expressions from a string 2018-12-26 00:17:23 -08:00
exprdump.c
exprlib.c
float.c warnings: make WARN_* constant obligatory for warnings 2018-12-14 13:44:35 -08:00
float.h
labels.c Clean up the handling of various passes 2018-12-18 11:14:59 -08:00
listing.c strlist, warnings: improve strlist, buffer warnings until error 2018-12-14 00:17:13 -08:00
listing.h
nasm.c assemble_file(): break up this gigantic mess 2018-12-18 19:14:40 -08:00
parser.c Factor out size tokens and annotate with the corresponding size 2018-12-24 12:45:58 -08:00
parser.h Clean up the handling of various passes 2018-12-18 11:14:59 -08:00
phash.pl
pptok.dat
pptok.pl
pragma.c
preproc-nop.c Clean up the handling of various passes 2018-12-18 11:14:59 -08:00
preproc.c With buffered warnings, change the handling of error passes 2018-12-18 12:25:11 -08:00
preproc.h --no-line: new option to ignore %line directives 2018-12-14 12:22:11 -08:00
quote.c
quote.h
rdstrnum.c
segalloc.c
srcfile.c
srcfile.h
stdscan.c With buffered warnings, change the handling of error passes 2018-12-18 12:25:11 -08:00
stdscan.h
strfunc.c
tokens.dat Factor out size tokens and annotate with the corresponding size 2018-12-24 12:45:58 -08:00
tokhash.pl Restore the ability to have ? in identifiers, except ? itself 2018-12-14 00:57:05 -08:00
warnings.pl