이 웹사이트는 자바스크립트 활성화가 필요합니다.
홈
탐색
도움말
로그인
piumarta
/
ccmeta
보기
1
좋아요
0
포크
0
코드
이슈
0
풀 리퀘스트
0
릴리즈
0
위키
활동
2 커밋
bccc3c99b0
...
0332e0b5ca
작성자
SHA1
메시지
날짜
Nathan R
0332e0b5ca
typo
4 년 전
Nathan R
736d389e50
added new tests
4 년 전
3개의 변경된 파일
과
9개의 추가작업
그리고
1개의 파일을 삭제
분할 보기
Diff Options
Show Stats
+1
-0
Makefile
+1
-1
ccmeta.leg
+7
-0
dotest
+ 1
- 0
Makefile
파일 보기
@ -13,6 +13,7 @@ test : all .FORCE
debug
:
all
.
FORCE
./
$(
MAIN
)
< debug.c > debug.out
gcc -o debug debug.c
#diff debug.out debug.c
$(MAIN)
:
$(
MAIN
)
.
c
object
.
c
buffer
.
h
+ 1
- 1
ccmeta.leg
파일 보기
@ -1400,7 +1400,7 @@ declaration = @{ C_declarationBegin() }
@{ C_declarationEnd() }
|
&{ C_declarationAbort() }
)
)
declarationSpecifiers = @{ int specified= 0 } { listBegin() }
( s:storageClassSpecifier { listAppend(s) }
+ 7
- 0
dotest
파일 보기
@ -26,6 +26,13 @@ for i in tests-gnu/*.c; do
cmp $i $j || die $i $j
done
for i in single-exec/*.c; do
echo $i
j="${i%.c}.out"
$run < $i > $j
cmp $i $j || die $i $j
done
for i in tests-err/*.c; do
echo $i
j="${i%.c}.out"
쓰기
미리보기
불러오는 중...
취소
저장