Garden 🌻

__reflect.gdn::lex()

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

Source Code
public fun lex(src: String): List<(Int, String)> {
  __BUILT_IN_IMPLEMENTATION
}