https://github.com/8573/xrcmp
Yet another half-baked semi-useful thing. (Mostly because I wanted to try D.)
https://github.com/8573/xrcmp
Last synced: 6 months ago
JSON representation
Yet another half-baked semi-useful thing. (Mostly because I wanted to try D.)
- Host: GitHub
- URL: https://github.com/8573/xrcmp
- Owner: 8573
- License: other
- Created: 2013-10-09T23:48:49.000Z (almost 13 years ago)
- Default Branch: stable
- Last Pushed: 2013-10-21T01:58:26.000Z (almost 13 years ago)
- Last Synced: 2025-06-16T14:15:17.830Z (about 1 year ago)
- Language: D
- Homepage:
- Size: 125 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
xrcmp: Cross-referencing Comparison Utility
================================================================================
A utility to cross-reference files and print a table of the occurrences of each
match of a search pattern in each file.
Building xrcmp
--------------------------------------------------------------------------------
This project is written in [D] [1] (version 2), intended to be compiled with
the DMD compiler against the [Phobos] [2] D standard library; and uses the
[tup] [3] build system, as well as a Makefile (usable with, at least, BSD Make
and GNU Make), which is merely a convenient wrapper around tup.
Once you have the above-listed dependencies installed, you can build this
utility by running the shell command `make`.
[1]:
[2]:
[3]: