本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
探索
說明
登入
piumarta
/
ccmeta
關注
1
收藏
0
複製
0
程式碼
問題
0
合併請求
0
版本發佈
0
Wiki
活動
瀏覽代碼
semicolons are reproduced in output; remove bogus identifiers
master
Ian Piumarta
4 年之前
父節點
f412bfa6c3
當前提交
742b600781
共有
2 個檔案被更改
,包括
21 行新增
和
31 行删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+18
-23
ccmeta-test.ref
+3
-8
ccmeta-test.txt
+ 18
- 23
ccmeta-test.ref
查看文件
@ -1,30 +1,25 @@
long long int;
;
;
// comment
;
/* Test Int */
3
52
13
3
;
52
;
13
;
;
/* Test Float */
13.70
0000
42.0
00000
1
.000000
13.70
;
42.0
;
1
e+0;
;
/* Test Char */
'salut'
'bonjour tout le monde'
'je m appelle Nathan et je suis né en 1998'
'enchanté !'
/* Test id */
identifier
newId
id_3
'salut';
'bonjour tout le monde';
'je m appelle Nathan et je suis né en 1998';
'enchanté !';
;
/* multi
* line
* comment
*/
*/
+ 3
- 8
ccmeta-test.txt
查看文件
@ -1,4 +1,4 @@
;
long long int
;
;
;
// comment
@ -9,7 +9,7 @@
13;
;
/* Test Float */
13.7;
13.7
0
;
42.0;
1e+0;
;
@ -19,12 +19,7 @@
'je m appelle Nathan et je suis né en 1998';
'enchanté !';
;
/* Test id */
identifier;
newId;
id_3;
;
/* multi
* line
* comment
*/
*/
Write
Preview
Loading…
取消
儲存