homunculus
Advanced tools
Comparing version 0.5.8 to 0.5.9
{ | ||
"name": "homunculus", | ||
"version": "0.5.8", | ||
"version": "0.5.9", | ||
"description": "A lexer&parser by Javascript", | ||
@@ -5,0 +5,0 @@ "maintainers": [ |
@@ -248,3 +248,3 @@ var IParser = require('../Parser'); | ||
} | ||
if(this.look && this.look.content().toLowerCase() == 'and') { | ||
while(this.look && this.look.content().toLowerCase() == 'and') { | ||
node.add( | ||
@@ -251,0 +251,0 @@ this.match(), |
@@ -248,3 +248,3 @@ define(function(require, exports, module) {var IParser = require('../Parser'); | ||
} | ||
if(this.look && this.look.content().toLowerCase() == 'and') { | ||
while(this.look && this.look.content().toLowerCase() == 'and') { | ||
node.add( | ||
@@ -251,0 +251,0 @@ this.match(), |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
507630