This is a Git mirror of Ada Conformity Assessment Authority CVS repository. It contains
- Ada Reference Manual
- ACATS User Guide
- Source code of Ada formatting tool
See details about Ada formatting tool in command.txt
This fork adds two additional formatters to the original project:
- Tracer - For understanding what is being emitted by the formatter program.
- Ada_Lang_IO - For emitting the .md(x) files needed to put the ARM on https://ada-lang.io/
This is an Alire crate that you can build with:
alr build
If you use case sensitive filesystem you need edit master file converting file names to lowercase:
cd source
sed -i -e '/@Source/s/<[^>]*>/\L\0/' aa-aarm.msm
mkdir output
../.obj/ada_form aa-aarm.msm