CVULexer
public class CVULexer
Undocumented
-
Undocumented
Declaration
Swift
let input: String -
Undocumented
See moreDeclaration
Swift
public enum Mode : Int -
Undocumented
Declaration
Swift
let keywords: [String : (Int, Int) -> CVUToken] -
Undocumented
Declaration
Swift
init(input: String) -
Undocumented
Declaration
Swift
public func tokenize() throws -> [CVUToken]
CVULexer Class Reference