enhanced the compiler to handle array enclosed in #().
added partial code to handle dictionary enclosed in #{}
This commit is contained in:
@ -307,6 +307,11 @@ struct hcl_cframe_t
|
||||
{
|
||||
hcl_ooi_t body_pos;
|
||||
} post_if;
|
||||
|
||||
struct
|
||||
{
|
||||
hcl_ooi_t index;
|
||||
} array_list;
|
||||
} u;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user