Open Issues Need Help
View All on GitHub Programming Languages • Language Design
Add rand() to standard library 30 days ago
AI Summary: Implement C's `rand()` and `srand()` functions, along with `RAND_MAX`, within the Jou standard library, ensuring cross-platform compatibility and including comprehensive tests to verify `RAND_MAX`'s accuracy.
Complexity:
3/5
good first issue feature
Akuli/jou
15
Programming language that looks like Python but behaves like C
Python
#beginner-friendly#c#compiler#language#llvm#low-level#low-level-programming#programming-language#python
Programming Languages • Language Design
"No warnings allowed" compiling mode 3 months ago
AI Summary: Implement a "no warnings allowed" compilation mode for the Jou compiler, similar to the `-Werror` flag in C compilers. This mode should cause the compiler to exit with an error code if any warnings are generated, enforcing stricter code quality checks, especially useful in CI/CD pipelines.
Complexity:
4/5
help wanted good first issue errors and warnings feature
Akuli/jou
15
Programming language that looks like Python but behaves like C
Python
#beginner-friendly#c#compiler#language#llvm#low-level#low-level-programming#programming-language#python