From 26eaa6e5978b02dedfa7aae7f10be3b0c4d3cb15 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Tue, 16 Feb 2016 12:44:24 -0500 Subject: Add lexers module. This starts the transition away from the flawed parser combinators to something really similar, but more capable. * syntax-highlight/lexers.scm: New file. * Makefile.am(SOURCES): Add it. --- Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index c838685..965ee08 100644 --- a/Makefile.am +++ b/Makefile.am @@ -40,6 +40,7 @@ godir=$(libdir)/guile/2.0/ccache SOURCES = \ syntax-highlight/utils.scm \ + syntax-highlight/lexers.scm \ syntax-highlight/parsers.scm \ syntax-highlight/scheme.scm \ syntax-highlight/xml.scm \ -- cgit v1.2.3