module Mint::Helpers
Overview
This module contains helper functions which are used in many parts of the process (parser, compiler, type checker, ect...).
Direct including types
Defined in:
helpers.crInstance Method Summary
- #owns?(node : Ast::Node, parent : Ast::Node) : Bool
- #static?(nodes : Array(Ast::Node)) : Bool
- #static?(node : Ast::Node | Nil) : Bool
- #static_value(nodes : Array(Ast::Node), separator : Char | Nil = nil) : String
- #static_value(node : Ast::Node | Nil) : String | Nil