Garden 🌻

__reflect.gdn::lex

Split src into individual lexed tokens, along with their offsets in the original string.

Source Codepublic fun lex(src: String): List<(Int, String)> {
  __BUILTIN_IMPLEMENTATION
}