mirror of
				https://github.com/We-Dont-Byte/Mind_Reader.git
				synced 2025-02-04 10:38:42 +00:00 
			
		
		
		
	Attempt fix setup script on Linux
Also update CC BY-SA notice of attribution
This commit is contained in:
		@@ -17,7 +17,7 @@ export enum Symbol {
 | 
			
		||||
  FINALLY = "finally",
 | 
			
		||||
  WITH = "with",
 | 
			
		||||
  STATEMENT = "statement", // Indent token, contains non-empty code lines
 | 
			
		||||
  COMMENT = "comment",
 | 
			
		||||
  COMMENT = "Comment",
 | 
			
		||||
  EMPTY = "EMPTY", // empty line, used only to associate with the previous line
 | 
			
		||||
  INVALID = "INVALID",
 | 
			
		||||
  EOF = "EOF"
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user