Menu

Tree [r4] /
 History

HTTPS access


File Date Author Commit
 src 11 hours ago gdemont [r4] Added messages for demo modes in GNATHTML ans A...
 LICENSE 3 days ago gdemont [r1] Initial commit
 ali_parse.gpr 3 days ago gdemont [r1] Initial commit
 readme.md 2 days ago gdemont [r2] Gardening (doc/comments)

Read Me

ALI_Parse

ALI_Parse is a parser for the .ali files generated by the GNAT Ada compiler.
ALI means Ada Library Information.
You find the .ali files in the same directories as the object files (.o) containing the machine code produced by GNAT.

Currently, ALI_Parse is focused at cross-references within a set of Ada source files.
Two command-line tools using the parser are provided:

  • GNATHTML, which generates a set of Web pages from Ada sources
  • ALI_Stats, which shows the list of entities, the list of cross-references, the count of references to each entity and the list of files.

ALI_Parse is pure Ada 2012 and doesn't depend on any other resource.

FAQ

Q: But... there is libadalang?

A: The parser was made for recreational purposes. For more sophisicated uses, you should use libadalang of course. However, ALI_Parse has an advantage: simplicity. To build it, you just need an Ada compiler (possibly GNAT). That's it!

License

ALI_Parse is free, open-source and released under the MIT license.
See the LICENSE file for more info.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.