X-Git-Url: http://git.subgeniuskitty.com/vvhitespace/.git/blobdiff_plain/f4523a366b4cdb86a137ca9edcefde923263d126..92a92075b5ccdcd473eb720b13e946fb5d9e1985:/examples/README.md?ds=sidebyside diff --git a/examples/README.md b/examples/README.md new file mode 100644 index 0000000..0c415b4 --- /dev/null +++ b/examples/README.md @@ -0,0 +1,13 @@ +# Overview # + +This folder contains example VVhitespace programs. + +Each program can be built and run by executing `make run` in the example +sub-directory. + +Running `make clean` in a specific example sub-directory will clean up all +build-related files for that example. Executing the same command in the +top-level `examples/` directory will clean up every example. + +Before running any examples, first run `make` in the top-level VVhitespace +folder to build `vvc` and `vvi`.