diff --git a/Modules.md b/Modules.md new file mode 100644 index 0000000..379d238 --- /dev/null +++ b/Modules.md @@ -0,0 +1,6 @@ +A directory of ARF files is called a module, and the basename of the directory +is that module's name. When a module is used in code, it will be referred to by +this name. Modules include other modules include other modules by specifying +their relative path (beginning with ./) or just by giving the path of the module +relative to a package install location (maybe /usr/include/arf or ~/.arf or +something). \ No newline at end of file