betty, bfg, bgpgrep, bindkey, binwalk, bioradtopgm, bird, birdc, bison, bitconid: add Korean translation (#13734)

This commit is contained in:
HoJeong Im
2024-09-22 01:39:08 +09:00
committed by GitHub
parent a9c1cb3264
commit fda9af4dfa
10 changed files with 233 additions and 0 deletions

20
pages.ko/common/bison.md Normal file
View File

@@ -0,0 +1,20 @@
# bison
> GNU 파서 생성기.
> 더 많은 정보: <https://www.gnu.org/software/bison/>.
- bison 정의 파일을 컴파일:
`bison {{경로/대상/file.y}}`
- 디버그 모드에서 컴파일하면, 결과 파서가 `stdout`에 추가 정보를 쓰게 됨:
`bison --debug {{경로/대상/file.y}}`
- 출력 파일 이름 지정:
`bison --output {{경로/대상/output.c}} {{경로/대상/file.y}}`
- 컴파일할 때 세세한 정보를 같이 출력:
`bison --verbose`