Skip to content
Snippets Groups Projects
Commit 6b5c4286 authored by Hugo Hörnquist's avatar Hugo Hörnquist
Browse files

Replace handling of Puppet code.

Previously the the input json was directly mapped into the output
strings, through different formatters. This changes it so we instead
first build a proper AST of python objects, which is later mapped to
output strings (still through formatters).

This gives us much better type information, and will give way to much
more advanced formatters in the future.

This includes some regressions:
* Docstrings aren't handled as well
* The code lacks any form of hyperlinks.
parent d481985c
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment