Hangar18 source code indexing utility

Hangar18 is a C++ source code indexing utility written in Rust. This utility will implement the “go to definition” functionality in the Saber-Plus IDE.
The utility receives the absolute path to the source code directory and the declaration line that needs to be found as input. The output is grep-like output.

Source code:
https://gitlab.com/demensdeum/hangar18

Leave a Comment

Your email address will not be published. Required fields are marked *