-- Leo's gemini proxy

-- Connecting to freeshell.de:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en-GB

adscript


> Compiler for Adscript files.

More information.


Compile a file to an object file:

adscript --output {path/to/file.o} {path/to/input_file.adscript}

Compile and link a file to a standalone executable:

adscript --executable --output {path/to/file} {path/to/input_file.adscript}

Compile a file to LLVM IR instead of native machine code:

adscript --llvm-ir --output {path/to/file.ll} {path/to/input_file.adscript}

Cross-compile a file to an object file for a foreign CPU architecture or operating system:

adscript --target-triple {i386-linux-elf} --output {path/to/file.o} {path/to/input_file.adscript}


> Copyright © 2014—present the tldr-pages team and contributors.

> This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY



-- Response ended

-- Page fetched on Tue May 21 01:36:37 2024