master
build: Add stage2scan.c and byte comparison check for bootstrap.
Ensure size of Reject state buffer is sufficient each time yy_switch_to_buffer is called.
build: Append $(WARNINGFLAGS) to AM_CFLAGS
refactor: Add SPDX-License-Identifiers for files
scanner: fix buffer stack popping in yylex_destroy
check that each skeleton we build has the correct number of sections (#7)
build: config_for_build.h for cross, bootstrap config.
chore: fix CPAREN typo in YY_G macro call
refactor: Unify boolean arrays into 'char[]' type
scanner: Skeleton no longer includes integer limit macros.
Also check for C++ standard version when deciding to include <stdint.h>
build: use #ifdef for ENABLE_NLS check.
libfl.pc: Rewrite descriptions, remove unneeded Cflags.
build: Remove slugs from mkskel.sh version numbers
Add command-line options --noyyget_debug and --noyyset_debug
refactor: Rename scinstal() 'xcluflg' parameter
fix: noline for %top directives
Impose some namespace control on the global variables.
refactor: Make functions in gen.c static...
Remove interpretation of %-markup.
move flex program sources into src/ directory