]> git.wincent.com - wikitext.git/commit
Promote "experimental" to "ext"
authorWincent Colaiuta <win@wincent.com>
Sat, 2 Feb 2008 18:48:51 +0000 (19:48 +0100)
committerWincent Colaiuta <win@wincent.com>
Sat, 2 Feb 2008 18:48:51 +0000 (19:48 +0100)
commit91c00c0d812b9ac00dee2e8bf93de980d5e882c4
tree4d3ce5e2172a5aeeeb9e91a30668937e93be6df7
parent28e50e6de99a9fabfb6910ba601bc84c2525435f
Promote "experimental" to "ext"

This is the first real step in swapping the new Ragel scanner in, in
place of the old ANTLR lexer.

Signed-off-by: Wincent Colaiuta <win@wincent.com>
14 files changed:
ext/.autotest [moved from experimental/.autotest with 100% similarity]
ext/.gitignore [moved from experimental/.gitignore with 100% similarity]
ext/Rakefile [moved from experimental/Rakefile with 100% similarity]
ext/benchmark.rb [moved from experimental/benchmark.rb with 100% similarity]
ext/depend [moved from experimental/depend with 100% similarity]
ext/extconf.rb [moved from experimental/extconf.rb with 100% similarity]
ext/spec/spec_helper.rb [moved from experimental/spec/spec_helper.rb with 100% similarity]
ext/spec/wikitext_spec.rb [moved from experimental/spec/wikitext_spec.rb with 100% similarity]
ext/wikitext.c [moved from experimental/wikitext.c with 100% similarity]
ext/wikitext.dot [moved from experimental/wikitext.dot with 100% similarity]
ext/wikitext.h [moved from experimental/wikitext.h with 100% similarity]
ext/wikitext_ragel.c [moved from experimental/wikitext_ragel.c with 100% similarity]
ext/wikitext_ragel.h [moved from experimental/wikitext_ragel.h with 100% similarity]
ext/wikitext_ragel.rl [moved from experimental/wikitext_ragel.rl with 100% similarity]