class Cosmo::Parser
- Cosmo::Parser
- Reference
- Object
Defined in:
cosmo/syntax/parser.crConstructors
Instance Method Summary
-
#parse : Array(Statement::Base)
Entry point
Constructor Detail
def self.new(source : String, file_path : String, run_benchmarks : Bool, within_class : String | Nil = nil)
#