ExprLexer
public class ExprLexer
Undocumented
-
Undocumented
Declaration
Swift
let input: String
-
Undocumented
Declaration
Swift
let startInStringMode: Bool
-
Undocumented
See moreDeclaration
Swift
public enum Mode : Int
-
Undocumented
Declaration
Swift
let keywords: [String : (Int) -> ExprToken]
-
Undocumented
Declaration
Swift
init(input: String, startInStringMode: Bool = false)
-
Undocumented
Declaration
Swift
public func tokenize() throws -> [ExprToken]