Compiler for Adscript files. More information: https://github.com/Amplus2/Adscript.
adscript --output path/to/file.o path/to/input_file.adscript
adscript --executable --output path/to/file path/to/input_file.adscript
adscript --llvm-ir --output path/to/file.ll path/to/input_file.adscript
adscript --target-triple i386-linux-elf --output path/to/file.o path/to/input_file.adscript