From 82b96e23d5336343fd44346de8d2b1c6183dfc29 Mon Sep 17 00:00:00 2001 From: Aryadev Chavali Date: Thu, 29 Jan 2026 04:18:07 +0000 Subject: [PATCH] Adjusted README --- README | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/README b/README index 4f38bf1..23b3800 100644 --- a/README +++ b/README @@ -6,13 +6,12 @@ │ /_/ \_\_| \_\_____| │ └───────────────────────┘ -Similar to Forth. Compiles to C. -Native speed with simple semantics. +Similar to Forth. ----- Goals ----- -- Complete operational transpiler to C +- Complete operational transpiler, with C as a provisional working target - Ability to reuse compiled code (as object code) in top level ARL code. - Static type system with informative errors @@ -44,3 +43,12 @@ $ make DIST= Similarly, the general flags used in the C compiler may be set via the CFLAGS variable, with linking arguments set via the LDFLAGS variable. + +------------------ +Usage instructions +------------------ +Once built, simply use the built binary like so: +$ ./build/arl.out + +Alternatively, you can run the examples automatically via the Makefile: +$ make examples \ No newline at end of file