common/o*: add Korean translation (#14642)
* common/o*: add Korean translation * odps-resource: update Korean translation (fix typo)
This commit is contained in:
17
pages.ko/common/ocamlc.md
Normal file
17
pages.ko/common/ocamlc.md
Normal file
@@ -0,0 +1,17 @@
|
||||
# ocamlc
|
||||
|
||||
> OCaml 바이트코드 컴파일러.
|
||||
> OCaml 인터프리터로 실행 가능한 실행 파일을 생성합니다.
|
||||
> 더 많은 정보: <https://ocaml.org>.
|
||||
|
||||
- 소스 파일로부터 바이너리 생성:
|
||||
|
||||
`ocamlc {{경로/대상/소스_파일.ml}}`
|
||||
|
||||
- 소스 파일로부터 이름이 지정된 바이너리 생성:
|
||||
|
||||
`ocamlc -o {{경로/대상/바이너리}} {{경로/대상/소스_파일.ml}}`
|
||||
|
||||
- 자동으로 모듈 시그니처(인터페이스) 파일 생성:
|
||||
|
||||
`ocamlc -i {{경로/대상/소스_파일.ml}}`
|
Reference in New Issue
Block a user