add new chinese translations
This commit is contained in:
@@ -1,20 +1,20 @@
|
||||
# adscript
|
||||
# Adscript
|
||||
|
||||
> 用于 Adscript 文件的编译器。
|
||||
> 更多信息:<https://github.com/Amplus2/Adscript>.
|
||||
> Adscript文件的编译器。
|
||||
> 更多信息:<https://github.com/Amplus2/Adscript>。
|
||||
|
||||
- 将一个文件编译为一个对象文件:
|
||||
- 将文件编译为目标文件:
|
||||
|
||||
`adscript --output {{路径/到/文件.o}} {{路径/到/输入文件.adscript}}`
|
||||
`adscript --output {{path/to/file.o}} {{path/to/input_file.adscript}}`
|
||||
|
||||
- 编译并链接一个文件到一个独立的可执行文件:
|
||||
- 将文件编译并链接为独立可执行文件:
|
||||
|
||||
`adscript --executable --output {{路径/到/文件}} {{路径/到/输入文件.adscript}}`
|
||||
`adscript --executable --output {{path/to/file}} {{path/to/input_file.adscript}}`
|
||||
|
||||
- 将文件编译成 LLVM IR 而不是本地机器码:
|
||||
- 将文件编译为LLVM IR而不是本机机器代码:
|
||||
|
||||
`adscript --llvm-ir --output {{路径/到/文件.ll}} {{路径/到/输入文件.adscript}}`
|
||||
`adscript --llvm-ir --output {{path/to/file.ll}} {{path/to/input_file.adscript}}`
|
||||
|
||||
- 将一个文件交叉编译为一个其他 CPU 架构或操作系统的目标文件:
|
||||
- 交叉编译文件为外国CPU架构或操作系统的目标文件:
|
||||
|
||||
`adscript --target-triple {{i386-linux-elf}} --output {{路径/到/文件.o}} {{路径/到/输入文件.adscript}}`
|
||||
`adscript --target-triple {{i386-linux-elf}} --output {{path/to/file.o}} {{path/to/input_file.adscript}}`
|
Reference in New Issue
Block a user