From ec946600e660411955d0e03457a1c0fbe6f722c0 Mon Sep 17 00:00:00 2001 From: Mustafa Quraish Date: Fri, 4 Feb 2022 00:01:39 -0500 Subject: Add support for read-only constant expressions We can now have constant definitions that are read-only, evaluated at compile time and just behave like integer literals when accessed. These are nice because we can now potentially inject syscall numbers/ etc through the compiler. --- run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'run.sh') diff --git a/run.sh b/run.sh index 402c058..19360df 100755 --- a/run.sh +++ b/run.sh @@ -21,5 +21,5 @@ make build/output.out set +e -build/output.out 1 2 3 4 "Hello World" "huh looky here :^)" +build/output.out echo "Exit status: $?" \ No newline at end of file -- cgit v1.2.3