From 6ef8829451871b534572d47312ae255dee088588 Mon Sep 17 00:00:00 2001 From: Flavian Kaufmann Date: Thu, 22 May 2025 13:23:18 +0200 Subject: cleanup --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 17ef910..a8878d8 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ All build artifacts are created in the build folder `./build`, including the imp ``` Usage: imp [ARGS] (no args) start REPL - -i interpret program and exit + -i interpret program -a print ast -h print this message ``` @@ -44,12 +44,12 @@ REPL: ``` IMP REPL (type IMP statements or commands starting with '%') Commands: - %quit exit - %run interpret program - %set set variable - %print [] print variable, or all variables - %proc print declared procedures - %help show this message + %quit exit + %run interpret program + %set set variable + %print [] print variable, or all variables + %procedures list declared procedures + %help show this message ``` ## IMP -- cgit v1.2.3