Better comments

This commit is contained in:
Jeremy Ruston 2012-01-07 11:43:24 +00:00
parent bd617b2483
commit 306f305a25
1 changed files with 4 additions and 0 deletions

View File

@ -8,6 +8,10 @@ structure built from JavaScript arrays and objects. The nodes of the tree are ob
field that indicates the type of the node (see the function renderNode() for a list of the types).
Depending on the type, other fields provide further details about the node.
The pegjs parser uses "StringLiteral" nodes to represent individual string literals. TiddlyWiki adds
support for nodes of type "StringLiterals" that represent a contiguous sequence of string constants.
This simplifies coalescing adjacent constants into a single string.
\*/
(function(){