Skip to content

Commit

Permalink
[clarinet] added missing debug info to S.STRING
Browse files Browse the repository at this point in the history
  • Loading branch information
dscape committed Dec 22, 2011
1 parent 589fb00 commit d086729
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions clarinet.js
Expand Up @@ -379,6 +379,8 @@ if(typeof FastList === 'function') {
, consecutive_slashes = 0
;
while (c) {
if (clarinet.DEBUG)
console.log(i,c,clarinet.STATE[parser.state],p);
// if it seems like end of string
// and we found slashes before
// and those slashes an even number
Expand Down

0 comments on commit d086729

Please sign in to comment.