blob: 65076121fd8ebdfc5be57e1893a65ecdccdd1afb (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
|
implementation module new
// $Id$
/*
new.lit - One line module description
=====================================
Description
-----------
Describe in a few paragraphs what this module defines.
------------------------------------------------------------------------
Interface
---------
Exported identifiers:
> %export
> identifier || One line description
> ...
Required types:
identifier - type@source.lit type@source.lit
...
------------------------------------------------------------------------
Includes
--------
> %include "source.lit" || identifier ...
> ...
------------------------------------------------------------------------
Implementation
--------------
Implementation of identifier
> identifier
> :: type
> identifierone arguments
> = body
...
*/
|