C
C is a programming language designed by Dennis Ritchie at Bell Labs. C is very widely used, straightforward, and can be compiled to a number of platforms and operating systems. C is an imperative language, with a small number of keywords and a large number of mathematical operators.
Here are 800 public repositories matching this topic...
-
Updated
Oct 24, 2020 - Python
Conan can't work on OpenBSD.
ERROR: Invalid setting 'OpenBSD' is not a valid 'settings.os' value.
Possible values are ['AIX', 'Android', 'Arduino', 'Emscripten', 'FreeBSD', 'Linux', 'Macos', 'Neutrino', 'SunOS', 'Windows', 'WindowsCE', 'WindowsStore', 'iOS', 'tvOS', 'watchOS']
-
Updated
Oct 6, 2020 - Python
This is a tree-sitter code generation bug reported at tree-sitter/tree-sitter#714
Severity: breaks the C# parser on some platforms (on which platform where did you see the error @nbrahms ?).
I'm sorry if I missed this functionality, but CLI version hasn't it for sure (I saw the related code only in generate_code_examples.py). I guess it will be very useful to eliminate copy-paste phase, especially for large models.
Of course, piping is a solution, but not for development in Jupyter Notebook, for example.
-
Updated
Oct 18, 2020 - Python
enable cyclic-import check in pylint and fix the imports if there are problems
Support &, |, ^, etc.
-
Updated
Sep 7, 2020 - Python
-
Updated
Feb 22, 2018 - Python
-
Updated
Oct 12, 2020 - Python
-
Updated
Oct 21, 2020 - Python
-
Updated
May 16, 2020 - Python
-
Updated
Apr 28, 2020 - Python
-
Updated
Jul 20, 2019 - Python
-
Updated
Oct 15, 2020 - Python
-
Updated
Oct 4, 2019 - Python
-
Updated
Sep 16, 2020 - Python
-
Updated
Oct 4, 2020 - Python
-
Updated
Oct 3, 2020 - Python
Created by Dennis Ritchie
Released 1972
- Website
- www.open-std.org/jtc1/sc22/wg14
- Wikipedia
- Wikipedia
The latest copy of the CPython grammar tests in test_grammar.py has several
@skips andFIXMEs. Some of them seem easy to fix, e.g. some parser bugs or missing warnings that would be helpful, others are entire features. We should fix the easy ones and make sure there are tickets for the rest.