class HCL::Parser

Defined in:

hcl/parser.cr

Constructors

Class Method Summary

Instance Method Summary

Instance methods inherited from class Reference

==(other : HCL::Any) ==

Instance methods inherited from class Object

===(other : HCL::Any) ===

Class methods inherited from class Object

from_hcl(string_or_io : String | IO, ctx : HCL::ExpressionContext = HCL::ExpressionContext.default_context) from_hcl

Constructor Detail

def self.new(source : String | IO, offset : Int32 = 0, io : IO | Nil = nil, path : String | Nil = nil) #

[View source]

Class Method Detail

def self.parse!(*args, **kwargs) #

[View source]

Instance Method Detail

def document : HCL::AST::Document? #

[View source]
def parse! #

[View source]
def source : String #

[View source]
def source_path : String? #

[View source]