# `Ksc.Compiler.Utils`
[🔗](https://github.com/PJUllrich/ksc/blob/v0.1.0/lib/ksc/compiler/utils.ex#L1)

Name conversion and code generation helpers.

# `indent`

Indent a block of code by the given number of spaces.

# `join_code`

Join code blocks with double newlines.

# `to_module_name`

Convert snake_case id to CamelCase module name.

---

*Consult [api-reference.md](api-reference.md) for complete listing*
