CHANGELOG.md
LICENSE
MANIFEST.in
README.rst
pyproject.toml
requirements.txt
setup.cfg
setup.py
testing-requirements.txt
scripts/hcltool
src/hcl/__init__.py
src/hcl/api.py
src/hcl/lexer.py
src/hcl/parser.py
src/hcl/version.py
src/hcl/ply/__init__.py
src/hcl/ply/lex.py
src/hcl/ply/yacc.py
src/pyhcl.egg-info/PKG-INFO
src/pyhcl.egg-info/SOURCES.txt
src/pyhcl.egg-info/dependency_links.txt
src/pyhcl.egg-info/top_level.txt
tests/run_tests.sh
tests/test_decoder.py
tests/test_lexer.py
tests/test_load_dump.py
tests/test_parser.py
tests/fixtures/array_comment.hcl
tests/fixtures/array_comment.json
tests/fixtures/basic.hcl
tests/fixtures/basic.json
tests/fixtures/basic_squish.hcl
tests/fixtures/decode_policy.hcl
tests/fixtures/decode_policy.json
tests/fixtures/decode_tf_variable.hcl
tests/fixtures/decode_tf_variable.json
tests/fixtures/empty.hcl
tests/fixtures/empty_file.hcl
tests/fixtures/escape.hcl
tests/fixtures/flat.hcl
tests/fixtures/float.hcl
tests/fixtures/float.json
tests/fixtures/function.hcl
tests/fixtures/function.json
tests/fixtures/heredoc_terminator_same_line.hcl
tests/fixtures/heredoc_terminator_same_line.json
tests/fixtures/issue12.hcl
tests/fixtures/issue12.json
tests/fixtures/multi_line_comment.hcl
tests/fixtures/multi_line_comment.json
tests/fixtures/multi_line_comment_M.json
tests/fixtures/multiline.json
tests/fixtures/multiline_bad.hcl
tests/fixtures/nested_lists.hcl
tests/fixtures/nested_lists.json
tests/fixtures/only_comments.hcl
tests/fixtures/scientific.hcl
tests/fixtures/scientific.json
tests/fixtures/single_line_comment.hcl
tests/fixtures/single_line_comment.json
tests/fixtures/single_line_comment_L.json
tests/fixtures/structure.hcl
tests/fixtures/structure.json
tests/fixtures/structure2.hcl
tests/fixtures/structure2.json
tests/fixtures/structure_comment.hcl
tests/fixtures/structure_comment_A.json
tests/fixtures/structure_comment_L.json
tests/fixtures/structure_comment_M.json
tests/fixtures/structure_flat.json
tests/fixtures/structure_flatmap.hcl
tests/fixtures/structure_flatmap.json
tests/fixtures/structure_list.hcl
tests/fixtures/structure_list.json
tests/fixtures/structure_list_deep.hcl
tests/fixtures/structure_list_deep.json
tests/fixtures/structure_multi.hcl
tests/fixtures/structure_multi.json
tests/fixtures/structure_three_tiers.hcl
tests/fixtures/structure_three_tiers.json
tests/fixtures/tab_heredoc.hcl
tests/fixtures/tab_heredoc.json
tests/fixtures/terraform_heroku.hcl
tests/fixtures/terraform_heroku.json
tests/lex-fixtures/array_comment.hcl
tests/lex-fixtures/assign_colon.hcl
tests/lex-fixtures/assign_deep.hcl
tests/lex-fixtures/comment.hcl
tests/lex-fixtures/complex.hcl
tests/lex-fixtures/conditional_operator.hcl
tests/lex-fixtures/empty_heredoc.hcl
tests/lex-fixtures/heredoc_terminator_same_line.hcl
tests/lex-fixtures/list.hcl
tests/lex-fixtures/list_comma.hcl
tests/lex-fixtures/list_of_maps.hcl
tests/lex-fixtures/multiple.hcl
tests/lex-fixtures/nested_comment.hcl
tests/lex-fixtures/old.hcl
tests/lex-fixtures/structure.hcl
tests/lex-fixtures/structure_basic.hcl
tests/lex-fixtures/structure_comma.hcl
tests/lex-fixtures/structure_empty.hcl
tests/lex-fixtures/terraform0.12syntax.hcl
tests/lex-fixtures/types.hcl
tests/lex-fixtures/unterminated_block_comment.hcl
tests/lex-fixtures/windows_heredoc.hcl