From 7859d0fe7249acc97e0321849a7b1acbcefbc1ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Wed, 13 Jan 2021 21:58:22 +0100 Subject: Add commentary to all test files. --- tests/cpp.scm | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tests/cpp.scm') 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)) -- cgit v1.2.3