shithub: lpa

Download patch

ref: ddf9cc77ac875f0045e03dd59f516e302a4fbb7a
parent: ecef9816dc8f772ca7f93cfcfe914759065e358f
author: Peter Mikkelsen <peter@pmikkelsen.com>
date: Sun Jul 21 14:03:00 EDT 2024

Add back debug print of AST

--- a/session.c
+++ b/session.c
@@ -56,6 +56,7 @@
 			if(err)
 				goto error;
 
+			debugast(ast, 0);
 			appendlog(s, "got an AST but can't evaluate it yet\n");
 		}
 	}