From b14973872fe0e545baf6ab47ea80e928a5bebe3d Mon Sep 17 00:00:00 2001 From: Mike Nolan Date: Wed, 16 Oct 2024 22:53:32 -0500 Subject: [PATCH] fix a bug in deconstructing a c program --- content/posts/deconstructing-a-c-program.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/posts/deconstructing-a-c-program.md b/content/posts/deconstructing-a-c-program.md index 5233e31..1463c2d 100644 --- a/content/posts/deconstructing-a-c-program.md +++ b/content/posts/deconstructing-a-c-program.md @@ -135,7 +135,7 @@ Notice no spaces or new lines in lexed output it is trimmed out ```json { - "type": "program" + "type": "program", "nodes": [ { "type": "function_definition",