Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Launch Targets #2

Open
7 of 18 tasks
shannonmoeller opened this issue May 9, 2015 · 0 comments
Open
7 of 18 tasks

Launch Targets #2

shannonmoeller opened this issue May 9, 2015 · 0 comments
Assignees
Milestone

Comments

@shannonmoeller
Copy link
Member

CLI

Base classes

  • tunic
    • Base tag parser and AST generator
  • trifle
    • Base tag formatter and AST tree walker
  • trabea
    • Base compiler and indexer.

Plugins

  • toga-css
    • parser()
      • parses doc blocks for CSS, LESS, and SCSS and generates AST
  • toga-js
    • parser()
      • parses jsdoc blocks and generates AST
  • toga-perl
    • parser()
      • parses pod blocks and generates AST
  • toga-php
    • parser()
      • parses phpdoc blocks and generates AST
  • toga-python
    • parser()
      • parses pydoc blocks and generates AST
  • toga-closure-types
    • formatter()
      • visits Comment.tags.type nodes and formats values as Google Closure type expressions.
  • toga-markdown
    • formatter()
      • visits Comment.description and Comment.tags.description nodes and formats values
  • toga-sample 👊
    • formatter()
      • visits Comment.tags.sample nodes and generates a live demo in an iframe.
  • toga-pulla
    • compiler()
      • A dark toga theme.
  • toga-pura 👊
    • compiler()
      • A light toga theme.
@shannonmoeller shannonmoeller added this to the v1.0 milestone May 9, 2015
@shannonmoeller shannonmoeller self-assigned this May 9, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant