|  | @@ -1474,26 +1474,26 @@ smalltalk.parser = (function(){
 | 
	
		
			
				|  |  |          
 | 
	
		
			
				|  |  |          
 | 
	
		
			
				|  |  |          var savedPos0 = pos;
 | 
	
		
			
				|  |  | -        if (input.substr(pos).match(/^[+*\/=><,@%~|&-\\]/) !== null) {
 | 
	
		
			
				|  |  | +        if (input.substr(pos).match(/^[\\+*\/=><,@%~|&\-]/) !== null) {
 | 
	
		
			
				|  |  |            var result3 = input.charAt(pos);
 | 
	
		
			
				|  |  |            pos++;
 | 
	
		
			
				|  |  |          } else {
 | 
	
		
			
				|  |  |            var result3 = null;
 | 
	
		
			
				|  |  |            if (reportMatchFailures) {
 | 
	
		
			
				|  |  | -            matchFailed("[+*\\/=><,@%~|&-\\\\]");
 | 
	
		
			
				|  |  | +            matchFailed("[\\\\+*\\/=><,@%~|&\\-]");
 | 
	
		
			
				|  |  |            }
 | 
	
		
			
				|  |  |          }
 | 
	
		
			
				|  |  |          if (result3 !== null) {
 | 
	
		
			
				|  |  |            var result1 = [];
 | 
	
		
			
				|  |  |            while (result3 !== null) {
 | 
	
		
			
				|  |  |              result1.push(result3);
 | 
	
		
			
				|  |  | -            if (input.substr(pos).match(/^[+*\/=><,@%~|&-\\]/) !== null) {
 | 
	
		
			
				|  |  | +            if (input.substr(pos).match(/^[\\+*\/=><,@%~|&\-]/) !== null) {
 | 
	
		
			
				|  |  |                var result3 = input.charAt(pos);
 | 
	
		
			
				|  |  |                pos++;
 | 
	
		
			
				|  |  |              } else {
 | 
	
		
			
				|  |  |                var result3 = null;
 | 
	
		
			
				|  |  |                if (reportMatchFailures) {
 | 
	
		
			
				|  |  | -                matchFailed("[+*\\/=><,@%~|&-\\\\]");
 | 
	
		
			
				|  |  | +                matchFailed("[\\\\+*\\/=><,@%~|&\\-]");
 | 
	
		
			
				|  |  |                }
 | 
	
		
			
				|  |  |              }
 | 
	
		
			
				|  |  |            }
 |