-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Opraveny chyby v angličtině #27
base: master
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,23 @@ | ||
# Č | ||
|
||
The czech library for C. Why? Because we could, of course! | ||
The Czech library for C. Why? Because we could, of course! | ||
|
||
Please contribute your other ~~horrible~~ awesome and creative translations | ||
so that we can write a fully czech code to suit all our needs. | ||
|
||
## Using | ||
|
||
This project resides solely in a single header file, aptly named `czech.h`. | ||
Download that file alone, or along this whole repository, and then, after | ||
including it in your source files like you would with any other header, you | ||
will be fully set up! (Just make sure you use relatively modern compiler) | ||
Download that file alone, or the entire repository, and then, after | ||
including it in your source files like you would any other header, you'll | ||
be good to go! (Just make sure to use a relatively modern compiler) | ||
|
||
We have this project tested and provably working with | ||
This project has been tested with and works for | ||
[Clang](http://releases.llvm.org/download.html), but newer versions of gcc | ||
are also known to work, as well as some other compilers. | ||
|
||
## Integrated transpiler | ||
For testing, we also provide C to Č and reverse transpiler in the file | ||
For testing, we also provide C to Č and a reverse transpiler in the file | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Here I think the article suggests that we provide "C to Č" and "a reverse transpiler" instead of "C to Č and reverse" - transpiler. Do you see it the same way? Perhaps there are better ways to phrase this like |
||
`translate.py`. Launch it with `./translate.py to czech.h path/to/your/C/file.c path/to/new/Č/file.č` | ||
|
||
## Obligatory "Hello World" example | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this line was fine as was but I'm alright with changing it 🤷 tho I prefer "works with (a compiler)" over "works for (a compiler)"