Create a Liquid::Tokenizer class in the C extension.

This commit is contained in:
Dylan Thacker-Smith
2014-02-27 15:20:22 -05:00
parent 8bb3bca64a
commit ea8406e36e
9 changed files with 220 additions and 34 deletions
+1
View File
@@ -84,3 +84,4 @@ end
Rake::ExtensionTask.new "liquid" do |ext|
ext.lib_dir = "lib/liquid"
end
Rake::Task[:test].prerequisites << :compile