From b5067e66cc320e6fbd5cf9c9af8788bcb905993d Mon Sep 17 00:00:00 2001 From: Flavian Kaufmann Date: Mon, 26 May 2025 22:11:16 +0200 Subject: [bugfix] set ast_root to NULL before parsing --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 360c1e3..021ea3a 100644 --- a/README.md +++ b/README.md @@ -96,7 +96,7 @@ Control flow: Procedures: - `procedure (, ... ; , ... ) begin end` declaration, first argument list are value arguments (vars passed to procedure), second argument list are variable arguments (vars returned from procedure). -- `(, ... ; , ... )` call +- `(, ... ; , ... )` call **Expression** -- cgit v1.2.3