From fc0234a6343844ae1470a9f720dd3d3e715dcddf Mon Sep 17 00:00:00 2001 From: sortai Date: Sun, 12 Sep 2021 16:06:41 +0000 Subject: [PATCH] Update 'README.md' --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7a5f190..6c249f5 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # LISP_in_templates -an extremely simple pure lisp built in c++ templates -it is bodged together and more of a proof of concept than anything -it hasn't been properly tested \ No newline at end of file +An extremely simple pure lisp built in c++ templates. +It is bodged together and more of a proof of concept than anything. +It hasn't been properly tested. + +The file "main.cpp" contains both the implementation and a test case (inside the main function, which contains nothing else). \ No newline at end of file