Feature: Tokenize String Literals #5
		Notifications
		
			
		
	
	
	
	
	
Due Date
	
		No due date set.
	
	
	
	
	
		
		
			
				Blocks
			
			
				
					
						
							
						
					
				
				
			
		
		
		
	
	
	
							
								#7 Feature: Lexer
							
							
						
								j/Conlang
							
						
	Reference: j/Conlang#5
	
	
	
		Reference in New Issue
	
	Block a user
	
	No description provided.
		
		Delete Branch "%!s()"
	 
	Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Feature Progress
Feature description
A string literal is:
"", non-escape character"An escape sequence represents a character that's disallowed in string literals.
An escape sequence is:
\", ...]Example
Feature: String Literalsto Feature: Tokenize String LiteralsFurther transformation by the parser will be required to interpret escape sequences.