naming: 툴체인 바이너리를 coolc로

`cool`은 이 머신에서 이미 다른 물건이다 (프린터/리포트 멀티툴). 그 도구의
철학이 "새 도구는 서브커맨드지 별도 설치가 아니다"인데, 언어 컴파일러를
거기 얹는 것은 그 문장의 뜻이 아니다.

컴파일러 관례를 따른다 — rustc, ocamlc, tsc. 언어 이름은 coollang 그대로.
나중의 coolfmt, coolls도 같은 자리에 붙는다.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_019ZVDeU6KLuUVL3gs18Hm3E
This commit is contained in:
2026-08-30 14:53:16 +09:00
co-authored by Claude Opus 5
parent c4662ab627
commit 120ff361cf
5 changed files with 12 additions and 12 deletions
+7 -7
View File
@@ -2,13 +2,13 @@ let usage =
{|coollang toolchain
사용법:
cool check <file.cool>... 타입/effect/capability 검사 (import를 따라 모듈 그래프 전체)
cool iface <file.cool> interface 표면과 해시 출력
cool run <file.cool> typed IR 인터프리터로 실행
cool tokens <file.cool> 토큰 덤프 (렉서 디버깅)
cool ast <file.cool> 구문 트리 덤프 (파서 디버깅)
cool deps <file.cool> 외부 참조 목록 (모듈의 의존 표면)
cool version 버전 출력
coolc check <file.cool>... 타입/effect/capability 검사 (import를 따라 모듈 그래프 전체)
coolc iface <file.cool> interface 표면과 해시 출력
coolc run <file.cool> typed IR 인터프리터로 실행
coolc tokens <file.cool> 토큰 덤프 (렉서 디버깅)
coolc ast <file.cool> 구문 트리 덤프 (파서 디버깅)
coolc deps <file.cool> 외부 참조 목록 (모듈의 의존 표면)
coolc version 버전 출력
|}
let report_errors errors =