From 3cb856889aa248baf600735604013e0199bbe492 Mon Sep 17 00:00:00 2001 From: Sky Johnson Date: Tue, 10 Jun 2025 09:48:49 -0500 Subject: [PATCH] small readme update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2d83f2f..6294de7 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Mako -Scripting language! +This is the repo for the Mako language spec. This is a reference parser, and its only job is to parse source to AST or bytecode. Other projects will come along for VM implementations. ``` // C-style comments