convert

fun convert(protoscope: String): ByteArray

Parses the given protoscope code and returns its corresponding binary representation.

Maintains internal state in this instance of ProtoscopeConverter and must therefore not be used concurrently.