From c7dfbb82833b67b31ea33389269d29b93a3312d1 Mon Sep 17 00:00:00 2001 From: sortai Date: Sun, 12 Sep 2021 16:03:43 +0000 Subject: [PATCH] added a couple of comments --- main.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/main.cpp b/main.cpp index 7fd71d5..21cc244 100644 --- a/main.cpp +++ b/main.cpp @@ -223,7 +223,7 @@ namespace M { //M-Expressions } int main() { -/* +/* Human-readable version of the following expression Eval[ ((LABEL Atom0 (LAMBDA (Atom1 Atom2) (COND @@ -320,7 +320,7 @@ Eval[ S::NIL> >, S::NIL> > >, S::NIL - >::value typedef X; - X::print_by_error; + >::value typedef X; //X is the result of the computation + X::print_by_error; //print_by_error doesn't exist, so a compiler with good feedback will represent the type "X" in an error return 0; }