translate

Converts Djinn code to a D code string

  1. string translate(Source* src)
  2. string translate()
    @safe
    string
    translate
    (
    string fname
    )
    ()

Parameters

fname

name of file containing Djinn code

Return Value

Type: string

D code string

Throws

SyntaxException, std.utf.UTFException, std.file.FileException

Meta