aboutsummaryrefslogtreecommitdiff
path: root/tests/cpp.scm
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--tests/cpp.scm4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/cpp.scm b/tests/cpp.scm
index d83ba554..84bd4b92 100644
--- a/tests/cpp.scm
+++ b/tests/cpp.scm
@@ -1,3 +1,7 @@
+;;; Commentary:
+;; Tests my parser for a subset of the C programming language.
+;;; Code:
+
(((c lex) lex)
((c parse) parse-lexeme-tree))