Page:
Modules
Pages
Arguments
Body
Control Flow
Data
Enum Definitions
Error Handling
File Structure
Functions and Methods
General Syntax
Guidelines
Home
How to Parse
Identifiers
Interface Definitions
Metadata
Modules
Object Type Definitions
Permissions
Phrases
Return Direction
Style Guide
Tokens
Type Definitions
Type Specifiers
Variable Definition
Clone
1
Modules
Sasha Koshka edited this page 2022-08-30 05:57:59 +00:00
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).
- Home Page
- List of Pages
- Guidelines
- Language Reference/Design Spec
- Compiler Design