Add architecture document and docs

This commit is contained in:
Kyle Fuller
2014-11-30 00:04:17 +00:00
parent 017692a0dc
commit 5d61043f8c
9 changed files with 209 additions and 0 deletions

View File

@@ -15,6 +15,7 @@ struct NodeError : Error {
}
public protocol Node {
/// Return the node rendered as a string, or returns a failure
func render(context:Context) -> Result
}