このサイトは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行の削除
分割表示
差分オプション
統計情報を表示
Patchファイルをダウンロード
Diffファイルをダウンロード
+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
*/
*/
書き込み
プレビュー
読み込み中…
キャンセル
保存