From 14f417d78029202b8c258fe248436f0edd747e20 Mon Sep 17 00:00:00 2001 From: Jan Nieuwenhuizen Date: Wed, 2 Nov 2016 15:39:27 +0100 Subject: [PATCH] Update AUTHORS. * AUTHORS: Include information on lalr, match and psyntax. --- AUTHORS | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/AUTHORS b/AUTHORS index 674b0043..3a19c79d 100644 --- a/AUTHORS +++ b/AUTHORS @@ -4,7 +4,6 @@ All files except the files listed below Based on Scheme48's scheme/alt module/mes/record.mes -module/mes/syntax.mes module/srfi/srfi-9.mes Based on Guile ECMAScript @@ -12,3 +11,13 @@ module/language/c/lexer.mes 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]