头骨 骷髅编程语言 语法建议 import io . print # this is a comment! func () { print ( "hello world!" ) } func () return 0 设置 在构建之前,您将需要安装LLVM开发依赖项: $ sudo apt install llvm-10-dev 建立和运行 $ git clone https://github.com/dosisod/skull $ cd skull $ sudo make install $ skull 测验 安装依赖项: $ sudo apt install clang-tidy-