From 05ff9f9316e7b9fbdea670b953c9d18f579c43ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20=C4=8Cert=C3=ADk?= Date: Fri, 9 Feb 2024 14:35:00 -0700 Subject: [PATCH] README: Update compiler options --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1f92d7a..f02eb94 100644 --- a/README.md +++ b/README.md @@ -8,8 +8,8 @@ LC is the C and C++ frontend to LCompilers. conda activate lc ./build.sh lc examples/expr2.c - lc --ast-dump examples/expr2.c - lc --asr-dump examples/expr2.c + lc --show-clang-ast examples/expr2.c + lc --show-asr examples/expr2.c lc --show-llvm examples/expr2.c # Tests