Add support for function definitions
Move POSIX definitions to separate file
readme: add building instructions
This program scans POSIX shell scripts and emits an annotation graph for git.sr.ht's code annotations feature.
To annotate a single file:
annotatesh <input.sh >annotations.json
To annotate a whole Git repository:
annotatesh-git >annotations.json
Dependencies:
meson build
ninja -C build
MIT