Jeremy Ruston
054977c912
Add markup to capture macro details
2012-01-14 15:48:17 +00:00
Jeremy Ruston
bc16400ef2
Cleared some temporary variables after use
...
To reduce memory consumption
2012-01-08 10:24:09 +00:00
Jeremy Ruston
b959c6ea22
Removed obsolete context handling in wikitext parse trees
2012-01-07 21:54:00 +00:00
Jeremy Ruston
3a98cc5389
Added verification of macro type compatibility
2012-01-07 18:33:57 +00:00
Jeremy Ruston
7a0f94343a
Converted spaces to tabs
...
Dang things keep slipping in
2012-01-07 17:37:20 +00:00
Jeremy Ruston
9a73b0a6aa
Rejigged macro implementation
...
Now each macro is in a separate file, and is implemented as a function,
rather than being inlined into the compiled tiddler rendering function
2012-01-07 17:33:42 +00:00
Jeremy Ruston
41f33a8639
Comments
2012-01-07 11:43:49 +00:00
Jeremy Ruston
82a83bd714
Added tracking of dependencies between tiddlers
2012-01-06 19:41:42 +00:00
Jeremy Ruston
3d507c3bab
Refactored macro parameter parsing
...
So that it happens during parsing, not compilation. This will enable us
to do the dependency tracking during parsing, and not wait until
compilation time
2012-01-06 18:43:36 +00:00
Jeremy Ruston
86bf495dec
Removed some unused requires
2012-01-06 17:53:37 +00:00
Jeremy Ruston
14243acec9
Adding caching for tiddler parse trees, render functions, and renditions
2012-01-06 17:40:22 +00:00
Jeremy Ruston
e190cadcca
Minor tweaks to link class handling
2012-01-05 21:31:47 +00:00
Jeremy Ruston
f155c150e2
Improved handling of HTML links
...
And updates to tests and comments
2012-01-05 20:10:25 +00:00
Jeremy Ruston
9961ddc8b4
Fixed entities decoding in plain text renderings
2012-01-05 11:35:38 +00:00
Jeremy Ruston
57e3143d69
Refactoring the wikitext parser
...
To match the structure of the JavaScript parser, and make it less
complicated
2012-01-05 11:08:05 +00:00