From 08b84c6b42312aa2bb4d854367b4a17cafcf28c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Sat, 23 Jul 2022 20:44:05 +0200 Subject: Merge cpp-environment sub-modules into main module. The modules where sepparate before to allow multiple objects to share keys for the constructor. This is not needed any more since the introduction of key: to define-type. --- cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp') diff --git a/cpp b/cpp index bdc140d7..1130dd77 100755 --- a/cpp +++ b/cpp @@ -18,7 +18,7 @@ exec $GUILE -e main -s "$0" "$@" (env tokens (preprocess-string content (make-default-environment)))) (pprint-environment env (current-output-port)) (newline) - (display "== tokens ==") + (display "/*** tokens ***/") (newline) (display (unlex tokens)) (newline) -- cgit v1.2.3