class Cosmo::Lexer

Defined in:

cosmo/syntax/lexer.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(source : String, file_path : String, run_benchmarks : Bool) #

[View source]

Instance Method Detail

def tokenize : Array(Token) #

Entry point: returns an array of tokens representing the source code


[View source]