Matt Wette writes: > 0.82.3 released to fix bug in modules/Makefile.nyacc Thanks! I narrowed another tcc parse bug down, see attached foo.c (use-modules (nyacc lang c99 parser)) (with-input-from-file "foo.c" parse-c99) foo.c:22: parse failed at state 203, on input "i" foo.c:22: C99 parse error $51 = #f This works with 0.80.4. Thanks for all the good work, jannneke