interface DslInterface (View source)

Contract for a Fusion DSL parser

Methods

string
transpile(string $code)

Transpile the given dsl-code to fusion-code

Details

string transpile(string $code)

Transpile the given dsl-code to fusion-code

Parameters

string $code

Return Value

string

Exceptions

Exception