Try a simplified version of float lexing that didn't work.
The last one I tried was botchered anyway ...
This commit is contained in:
		
							parent
							
								
									14ebde5289
								
							
						
					
					
						commit
						494fc5acbb
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -85,7 +85,7 @@ static Expr * unescapeStr(SymbolTable & symbols, const char * s)
 | 
			
		|||
 | 
			
		||||
ID          [a-zA-Z\_][a-zA-Z0-9\_\'\-]*
 | 
			
		||||
INT         [0-9]+
 | 
			
		||||
FLOAT       {INT}[0-9]+\.[0-9]+[eE]-?{INT}
 | 
			
		||||
FLOAT       {INT}\.{INT}
 | 
			
		||||
PATH        [a-zA-Z0-9\.\_\-\+]*(\/[a-zA-Z0-9\.\_\-\+]+)+
 | 
			
		||||
HPATH       \~(\/[a-zA-Z0-9\.\_\-\+]+)+
 | 
			
		||||
SPATH       \<[a-zA-Z0-9\.\_\-\+]+(\/[a-zA-Z0-9\.\_\-\+]+)*\>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue