First cut at modified flex that operates normally but also writes a scanned, parsed...
authorNick Downing <downing.nick@gmail.com>
Tue, 12 Jun 2018 10:13:12 +0000 (20:13 +1000)
committerNick Downing <downing.nick@gmail.com>
Tue, 12 Jun 2018 10:13:12 +0000 (20:13 +1000)
commitc3c03e7750fe5211603e956a6506d1b9e29baca4
tree23e23ede0e01025d5aef9c4529581039582bc343
parent1eda12fb826e46aa9f265f10472759108c349f86
First cut at modified flex that operates normally but also writes a scanned, parsed and marked up version of the input file to stderr in XML format (had to run autogen.sh for some reason so the configure, Makefile.in etc have also changed)
57 files changed:
.gitignore
Makefile.in
aclocal.m4
build-aux/compile
build-aux/config.guess
build-aux/config.sub
build-aux/depcomp
build-aux/install-sh
build-aux/ltmain.sh
build-aux/mdate-sh
build-aux/missing
build-aux/test-driver
build-aux/ylwrap
configure
doc/Makefile.in
examples/Makefile.in
examples/fastwc/Makefile.in
examples/manual/Makefile.in
m4/codeset.m4 [new file with mode: 0644]
m4/fcntl-o.m4 [new file with mode: 0644]
m4/glibc2.m4 [new file with mode: 0644]
m4/glibc21.m4 [new file with mode: 0644]
m4/intdiv0.m4 [new file with mode: 0644]
m4/intl.m4 [new file with mode: 0644]
m4/intldir.m4 [new file with mode: 0644]
m4/intmax.m4 [new file with mode: 0644]
m4/inttypes-pri.m4 [new file with mode: 0644]
m4/inttypes_h.m4 [new file with mode: 0644]
m4/lcmessage.m4 [new file with mode: 0644]
m4/libtool.m4
m4/lock.m4 [new file with mode: 0644]
m4/longlong.m4 [new file with mode: 0644]
m4/ltoptions.m4
m4/ltsugar.m4
m4/ltversion.m4
m4/lt~obsolete.m4
m4/printf-posix.m4 [new file with mode: 0644]
m4/size_max.m4 [new file with mode: 0644]
m4/stdint_h.m4 [new file with mode: 0644]
m4/threadlib.m4 [new file with mode: 0644]
m4/uintmax_t.m4 [new file with mode: 0644]
m4/visibility.m4 [new file with mode: 0644]
m4/wchar_t.m4 [new file with mode: 0644]
m4/wint_t.m4 [new file with mode: 0644]
m4/xsize.m4 [new file with mode: 0644]
po/Makevars.template [new file with mode: 0644]
src/Makefile.in
src/config.h.in
src/parse.c
src/parse.c.patch
src/parse.y
src/scan.c
src/scan.c.patch
src/scan.l
src/stage1scan.c.patch [new file with mode: 0644]
tests/Makefile.in
tools/Makefile.in