@SysInclude { eq }
@SysInclude { tbl }
@SysInclude { diag }
@SysInclude { np }
@SysInclude { cprint }
@Include { myreport }
@Database @Reference { "/home/jeff/refs/allrefs" }
@Report
    @Title { Nonpareil Implementation Notes }
    @Author { Jeffrey H. Kingston
@I jeff@it.usyd.edu.au

@I { 15 September 2005 }
}
    @InitialSpace { troff }
    @Abstract {
This report describes how the Nonpareil compiler compiles Nonpareil
to C.  It was written mainly to explain the implementation to its author,
so it omits many of the easy things and is often informal in style.
}
//
@Include { overview }
@Include { types }
@Include { classes }
@Include { features }
@Include { expressions }
@Include { memory }
@Include { codegen }
@Include { unresolved }
