Back to Marko Js

Low-Level APIs

docs/guide/low-level-apis.md

latest378 B
Original Source

Low-Level APIs

Marko's compiler provides the capabilities to write custom migrators and translators for when the core language does not cover your use cases. You should only do this when you absolutely need it, as the goal of the Marko language is to be generic enough that you can accomplish all web tasks without workarounds.

Writing a Migrator

Writing a Translator