Added `syntax_highlighting/` folder and instructions for vim and neatvi.
[vvhitespace] / examples / README.md
CommitLineData
92a92075
AT
1# Overview #
2
3This folder contains example VVhitespace programs.
4
5Each program can be built and run by executing `make run` in the example
6sub-directory.
7
8Running `make clean` in a specific example sub-directory will clean up all
9build-related files for that example. Executing the same command in the
10top-level `examples/` directory will clean up every example.
11
12Before running any examples, first run `make` in the top-level VVhitespace
13folder to build `vvc` and `vvi`.