mirror of
				https://github.com/Ed94/gencpp.git
				synced 2025-11-03 23:36:12 -08:00 
			
		
		
		
	Fixes for serializations found with last commit's test.
Should be fine to move on to next major feature....
This commit is contained in:
		@@ -16,6 +16,8 @@ BraceSquare_Close,      "]"
 | 
			
		||||
Capture_Start,          "("
 | 
			
		||||
Capture_End,            ")"
 | 
			
		||||
Comment,                "__comemnt__"
 | 
			
		||||
Comment_End,			"__comment_end__"
 | 
			
		||||
Comment_Start,          "__comment_start__"
 | 
			
		||||
Char,                   "__character__"
 | 
			
		||||
Comma,                  ","
 | 
			
		||||
Decl_Class,             "class"
 | 
			
		||||
@@ -38,6 +40,7 @@ Module_Export,          "export"
 | 
			
		||||
NewLine,                "__new_line__"
 | 
			
		||||
Number,                 "__number__"
 | 
			
		||||
Operator,               "__operator__"
 | 
			
		||||
Preprocess_Hash,        "#"
 | 
			
		||||
Preprocess_Define,      "define"
 | 
			
		||||
Preprocess_If,          "if"
 | 
			
		||||
Preprocess_IfDef, 	    "ifdef"
 | 
			
		||||
 
 | 
			
		||||
		
		
			
  | 
		Reference in New Issue
	
	Block a user