Just a collection of some simple Crystal, C and C++ programs and their corresponding LLVM IR for learning purposes.
crystal build file.cr --emit llvm-ir --prelude=empty --no-debug#for crystal filescrystal build file.cr --emit llvm-ir --no-debug#for http.crclang -S -emit-llvm file.c#for c filesclang -cc1 -S -emit-llvm file.cpp#for cpp files