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

gpt - compiler, interpreter and translator for the G-Portugol programming language

Additional Information

       For further information, visit the website:
       http://gpt.berlios.de

Author

       Thiago Silva <tsilva@sourcecraft.info>

                                                                                                          GPT(1)

Description

gpt  is  a  simple  compiler  for  the  G-Porutol  Language. It is possible to have a list of files to be
       included in the compilation setting the GPT_INCLUDE environment variable, wich should have a list of file
       paths separated with ":".

Name

       gpt - compiler, interpreter and translator for the G-Portugol programming language

Options

-v     Shows version information and exits.
       -h     Shows a summary of options and exits.
       -i     Execute interpreting the source code.
       -d     Shows tips in the error report.
       -ooutput_file
              Compile the source code and save the resulting binary with the name output_file.-toutput_file
              Translates the source code to  the  C  programming  language  and  saves  the  resulting  file  as
              output_file.-soutput_file
              Compiles the source code to assembly source. Saves the resulting code as output_file.

See Also

nasm(1)

Synopsis

         gpt [ -vhid ] [ -ots output_file ] file1 file2 ...

See Also