From 037c64674ee0aa8345a761aab00874c38bd35fda Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Sat, 2 Aug 2025 10:29:33 +0200 Subject: [PATCH] awk/parse --- sh/core/code.awk | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/sh/core/code.awk b/sh/core/code.awk index 475822b..80c69b9 100644 --- a/sh/core/code.awk +++ b/sh/core/code.awk @@ -103,6 +103,11 @@ reset() } +# parse + +function parse(string) { +} + # main {