Switch to Jison's lexer.

This commit is contained in:
Zach Carter
2010-12-14 19:07:05 -05:00
parent ec948c7382
commit 97536f897e
10 changed files with 51 additions and 233 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
var Handlebars = {};
Handlebars.Visitor = require("handlebars/jison_ext").Visitor;
Handlebars.Visitor = require("handlebars/visitor").Visitor;
// BEGIN(BROWSER)
Handlebars.PrintVisitor = function() { this.padding = 0; };