aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorFlavian Kaufmann <flavian@flaviankaufmann.ch>2025-05-26 22:11:16 +0200
committerFlavian Kaufmann <flavian@flaviankaufmann.ch>2025-05-26 22:11:16 +0200
commitb5067e66cc320e6fbd5cf9c9af8788bcb905993d (patch)
tree4d0215e9bf41f0edefc38e43267df4f349f16a46 /README.md
parent041fcfd0b17e7a6f654fc155108847aac8293144 (diff)
downloadimp-master.tar.gz
imp-master.zip
[bugfix] set ast_root to NULL before parsingHEADmaster
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
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 <ident>(<var>, ... ; <var>, ... ) begin <stm> end` declaration, first argument list are value arguments (vars passed to procedure), second argument list are variable arguments (vars returned from procedure).
-- `<ident>(<var>, ... ; <var>, ... )` call
+- `<ident>(<aexpr>, ... ; <var>, ... )` call
**Expression**