Skip to content
Snippets Groups Projects
  1. Sep 21, 2023
  2. Sep 20, 2023
  3. Sep 19, 2023
  4. Jul 08, 2023
    • Hugo Hörnquist's avatar
      Replace handling of Puppet code. · 6b5c4286
      Hugo Hörnquist authored
      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.
      6b5c4286
  5. Jun 03, 2023
  6. Jun 01, 2023
    • Hugo Hörnquist's avatar
      Major work · 7de2c36e
      Hugo Hörnquist authored
      - Moved most datatypes to own modules
      - changed output to take a generator instance for multiple output forms
      - Wrote tests for the "parser"
      - fixed some bugs revealed in the parser while writing those tests.
      7de2c36e
  7. May 23, 2023
  8. May 22, 2023
  9. May 20, 2023
Loading