* AUTHORS: Include information on lalr, match and psyntax.
Based on Scheme48's scheme/alt
module/mes/record.mes
-module/mes/syntax.mes
module/srfi/srfi-9.mes
Based on Guile ECMAScript
Included verbatim from gnulib
build-aux/gitlog-to-changelog
+
+Portable hygienic pattern matcher
+module/mes/match.mes
+
+Portable LALR(1) parser generator
+module/mes/lalr.mes
+
+Portable syntax-case from Chez Scheme
+module/mes/psyntax.ss
+module/mes/psyntax-pp.mes [generated]