dsrcgen.c

Written in the D programming language.

Members

Classes

CModule
class CModule
Undocumented in source.
Comment
class Comment

Affected by attribute begin begin ~ comment

Stmt
class Stmt(T)

Affected by attribute end. stmt ~ end <recursive>

Suite
class Suite(T)

Affected by attribute begin, end, noindent. headline ~ begin <recursive> end noindent affects post_recursive. If set no indention there. r.length > 0 catches the case when begin or end is empty string. Used in switch/case.

Mixin templates

CModuleX
mixintemplate CModuleX()
Undocumented in source.

Structs

CHModule
struct CHModule

Code generation for C header.

E
struct E
Undocumented in source.

Meta

Date

Date: 2015, Joakim Brännström

Authors

Joakim Brännström (joakim.brannstrom@gmx.com)