Documentation for Myte
Find a file
2025-07-26 14:05:58 -06:00
content Initial commit 2025-07-25 09:34:24 -06:00
src WIP nova-as-data parser 2025-07-26 14:05:58 -06:00
project.nv Initial commit 2025-07-25 09:34:24 -06:00
readme.nv Formatting 2025-07-25 09:35:37 -06:00

|| 
  ~ABOUT~ (
    This is a repo meant to house documentation for Nova in general, and myte more specifically.
    The hope is to document things in a Nova-based format that can target at least HTML and markdown
    as outputs, as well as things like man pages.
  )

  ~UP AND RUNNING~ (
    You'll need a copy of @link myte https://git.casuallyblue.dev/yumaikas/myte/ . Once you have that, 
    you should be able to run @code [myte project.nv] to generate the docs.
  )

  ~TODO: Code~ (
    @list
    - Get doc builds working
    - Get a sort of Nova-data-format parser built to allow for alternative parsing semantics for .nv files. 
      I'd like to be able to use stack labels as headers
      rather than forcing all headers to be inline format commands.
    list@
  )
    
  ~TODO: Topics~ (
    @list
    - Basic Nova mechanics tutorial
    - Myte syntax tutorial 
    - Nova pitfalls and their avoidance
    list@
  )