Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/craigbarnes/tally
Moved to https://gitlab.com/craigbarnes/tally
https://github.com/craigbarnes/tally
c c99 command-line counter gperf line-counter ragel sloc sloccount source-code
Last synced: about 1 month ago
JSON representation
Moved to https://gitlab.com/craigbarnes/tally
- Host: GitHub
- URL: https://github.com/craigbarnes/tally
- Owner: craigbarnes
- License: gpl-2.0
- Created: 2017-09-17T23:18:51.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-05-22T21:19:39.000Z (8 months ago)
- Last Synced: 2024-05-22T22:30:36.665Z (8 months ago)
- Topics: c, c99, command-line, counter, gperf, line-counter, ragel, sloc, sloccount, source-code
- Language: C
- Homepage: https://gitlab.com/craigbarnes/tally
- Size: 132 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Tally
=====A simple command-line SLOC counter.
Requirements
------------* C99 compiler
* [GNU Make] 4.0+
* [GNU gperf] 3.1+
* [Ragel]**Note:** Tally currently only works with GNU libc. This is only for
convenience during early development. The intention is to eventually be
portable to any [POSIX.1-2008] compliant OS.Installation
------------git clone https://gitlab.com/craigbarnes/tally.git
cd tally
make && sudo make installLicense
-------Copyright (C) 2014-2024 Craig Barnes
This program is free software; you can redistribute it and/or modify it
under the terms of the GNU [General Public License version 2] as published
by the Free Software Foundation.This program is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
Public License version 2 for more details.[General Public License version 2]: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
[GNU Make]: https://www.gnu.org/software/make/
[GNU gperf]: https://www.gnu.org/software/gperf/
[Ragel]: https://www.colm.net/open-source/ragel/
[POSIX.1-2008]: https://pubs.opengroup.org/onlinepubs/9699919799/