https://github.com/orc/ctags
Berkeley ctags (from 1993), lightly modified to be more useful with levee
https://github.com/orc/ctags
Last synced: about 2 months ago
JSON representation
Berkeley ctags (from 1993), lightly modified to be more useful with levee
- Host: GitHub
- URL: https://github.com/orc/ctags
- Owner: Orc
- License: other
- Created: 2019-03-29T17:05:56.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-30T05:56:53.000Z (about 7 years ago)
- Last Synced: 2025-02-24T13:13:16.506Z (over 1 year ago)
- Language: C
- Size: 17.6 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is bsd ctags, _slightly_ modified to treat `main()`
as just another function (enabled with the `-M` flag).
To build: `make`
To unbuild: `make clean`