فهرست منبع

core: allow c++ style of one line comments

- can make easier the read of config files with defines and comments
Daniel-Constantin Mierla 12 سال پیش
والد
کامیت
584508d537
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      cfg.lex

+ 1 - 1
cfg.lex

@@ -540,7 +540,7 @@ CR			\n
 EVENT_RT_NAME [a-zA-Z][0-9a-zA-Z-]*(":"[a-zA-Z][0-9a-zA-Z-]*)+
 
 
-COM_LINE	#
+COM_LINE	"#"|"//"
 COM_START	"/\*"
 COM_END		"\*/"