Study purposes created language to deal with list like objects
Algo:
- antlr4 -Dlanguage=Go LiLang.g4 -o ./generated # If not exists
2)llc -filetype=obj output.ll -o output.o 3) # Check if output.ll exists and is valid cat output.ll
llc -mtriple=arm64-apple-darwin24.1.0 -filetype=obj output.ll -o output.o
clang -arch arm64 output.o -o output
- clang -v output.o -o output
print func clang -c print.c -o print.o
clang output.o print.o -o output clang output.o -o output -lc
target triple = "arm64-apple-darwin24.1.0" target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128"