Jeremy Ruston
36fa41e19a
First pass at integrating a Markdown parser
...
Internal links don't work yet.
@natecain - have I included the node module in the right way?
2013-11-01 16:06:08 +00:00
Jeremy Ruston
b006cf163f
Remove the old parser code
...
Thus introducing a few functional regressions, but it's going to be
easier to fix things up without the old code knocking around and
getting in the way.
2012-12-28 22:08:32 +00:00
Jeremy Ruston
2e0e74a353
Removed the old pre-rabbit hole code
...
And the async module it was using
2012-07-13 17:21:46 +01:00
Jeremy Ruston
ac50352877
Esprima update
2012-05-07 09:43:29 +01:00
Jeremy Ruston
f6338d9109
Replace pegs parser with Esprima
...
It preserves comments and text positions, enabling us to do syntax
highlighting. Hopefully.
2012-03-01 22:47:31 +00:00
Jeremy Ruston
5a8b6afc03
Removed uglify.js
...
Because we're using peg.js now
2012-01-03 12:30:07 +00:00
Jeremy Ruston
b27a99a7fb
Added pegjs
...
Which is going to replace uglify
2011-12-28 18:03:07 +00:00
Jeremy Ruston
0d1a2ef21c
Added uglify.js
2011-12-21 13:03:37 +00:00
Jeremy Ruston
351e5b3e1f
Restored async.js module
...
Got lost in a spate of Git confusion on my part
2011-12-02 16:12:31 +00:00
Jeremy Ruston
efd194141c
Major refactoring of async code
...
The result is correct handling of tiddlers being overwritten within
recipes.
2011-12-02 14:40:18 +00:00
Jeremy Ruston
afa1f77dc6
Brought in caolan's async library
...
See https://github.com/caolan/async/
2011-12-01 15:35:17 +00:00