|
A pandemonium of stuff about grammars, DSLs, graphs, povray, svg, xaml,
graphviz, intellipad, LaTeX, CLIPS, StringTemplate and Microsoft Oslo. |
|
Tree LanguageAn embedded language to represent and draw multiway trees; you can use it to represent any tree in code and get either a "Tree" object or a depiction thereof in the form of a Control, Canvas or Xaml (or all of them). For instance, an organization chart for a fictitious company with a specific hierarchy like the following: "ceo (cfo (accounting hr planning) cio (operations it))" can be used as is as a Tree or rendered to Xaml or Canvas. Here are some examples:"ceo (cfo (accounting hr planning) cio (operations it))".ToInteractiveTree() → Control "ceo (cfo (accounting hr planning) cio (operations it))".ToCanvas() → Canvas "ceo (cfo (accounting hr planning) cio (operations it))".ToXaml() → Xaml "ceo (cfo (accounting hr planning) cio (operations it))".ToTree() → Tree |
![]() |
![]() |
|
| © 2009 Ceyhun Ciper |
| ceyhunc@gmail.com |