private fun preProcessing(code: String): String {
        addSource(code)

        val output = try {
            val buf = StringBuilder()