Kuddle.V1.Tokenizer (Kuddle v1.1.1)

Copy Markdown View Source

Intermediate process of converting a KDL1 document into some basic tokens that can be parsed.

Summary

Types

Functions

tokenize(blob)

@spec tokenize(String.t()) :: {:ok, tokens(), rest :: String.t()} | {:error, term()}