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

Generate Ada Code - gnatprep Preprocessor | Online Free DevTools by Hexmos

Generate Ada code with gnatprep, the GNAT preprocessor. Define symbols and values for conditional compilation of Ada source. Free online tool, no registration required.

gnatprep

Preprocessor for Ada source code files (part of the GNAT toolchain). More information: https://gcc.gnu.org/onlinedocs/gnat_ugn/Preprocessing-with-gnatprep.html.

  • Use symbol definitions from a file:

gnatprep {{source_file}} {{target_file}} {{definitions_file}}

  • Specify symbol values in the command-line:

gnatprep -D{{name}}={{value}} {{source_file}} {{target_file}}