Back to Hero

Lexer

docs/Classes/Lexer.html

1.6.4646 B
Original Source

Lexer

public class Lexer

Undocumented

Show on GitHub

`

                init(input:)
                `

Undocumented

Declaration

Swift

public init(input: String)

Show on GitHub

`

                tokenize()
                `

Undocumented

Declaration

Swift

public func tokenize() -> [Token]

Show on GitHub