معرفی شرکت ها


cci-5.0.0


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Use the Clang + LLVM toolchain as an interpreter for C code.
ویژگی مقدار
سیستم عامل -
نام فایل cci-5.0.0
نام cci
نسخه کتابخانه 5.0.0
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Ellen Marie Dash
ایمیل نویسنده me@duckie.co
آدرس صفحه اصلی https://github.com/duckinator/cci
آدرس اینترنتی https://pypi.org/project/cci/
مجوز MIT
# cci cci wraps tools in the LLVM toolchain to allow you to compile and run C programs on-the-fly using a JIT compiler, instead of requiring a dedicated compilation phase. ## Usage To use cci, you point the shebang line of a C file at it. That is sufficient to use it, but you can also specify more arguments to e.g. enforce stricter error checking by Clang. Due to limitations in how shebang lines work, when you use cci, you have to put arguments to Clang on the line immediately after the shebang line. To avoid ambiguity, that line must start with "// cci:". For example, save the following to "hello-world.c": #!/usr/bin/env cci // cci: -std=c11 -Wall -pedantic-errors #include <stdio.h> int main() { printf("Hello, world!\n") return 0; } Now, mark it as executable (on *nix, `chmod +x hello-world.c`), then run `./hello-world.c`. ## Debugging If you include the argument "-###" in the arguments, it will be passed through to Clang for debugging purposes.


نیازمندی

مقدار نام
- bork
- pytest
- pylint
- pytest-pylint
- pytest-mypy


زبان مورد نیاز

مقدار نام
~=3.6 Python


نحوه نصب


نصب پکیج whl cci-5.0.0:

    pip install cci-5.0.0.whl


نصب پکیج tar.gz cci-5.0.0:

    pip install cci-5.0.0.tar.gz