protelis2Kt

fun Project?.protelis2Kt(base: String, destination: String)

Reads all Protelis files under a base directory, parses them, and generates corresponding Kotlin files in a destination directory.

This is to be called with two arguments:

  1. The base directory from which recursively looking for Protelis files

  2. The destination directory that will contain the output Kotlin files