logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

I8C - Infinity Note Compiler

Description

       Infinity Note Compiler.

Name

       I8C - Infinity Note Compiler

Options

--help Display this information.

       --version
              Display version information.

       -E     Preprocess only; do not compile, assemble or link.

       -S     Compile only; do not assemble or link.

       -c     Compile and assemble, but do not link.

       -fpreprocessed

              Do not preprocess.

       --wrap-asm

              Wrap '-S' output in C 'asm' statements.

       -o FILE
              Place the output into FILE.

       Note  that  I8C  uses  GCC  both  to  preprocess  its input (unless invoked with '-fpreprocessed') and to
       assemble its output (unless invoked with '-E' or '-S').  If GCC  is  used,  all  options  not  explicitly
       listed above will be passed to GCC unmodified.

       In general I8C operates like GCC, so if you're used to GCC then I8C should make sense.  Try it!

       In most cases the command you want is 'i8c -c file.i8', which reads and compiles 'file.i8' and writes the
       result to 'file.o'.

Reporting Bugs

       Report I8C bugs to infinity@sourceware.org
       Infinity home page: <https://infinitynotes.org/>

Synopsis

i8c [OPTION]... [FILE]...

See Also