class Cosmo::Parser

Defined in:

cosmo/syntax/parser.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(source : String, file_path : String, run_benchmarks : Bool, within_class : String | Nil = nil) #

[View source]

Instance Method Detail

def parse : Array(Statement::Base) #

Entry point


[View source]