Skip to content
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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions README.md
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
Copy link
Owner

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)"

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
Copy link
Owner

Choose a reason for hiding this comment

The 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
we provide a transpiler for both C to Č and Č to C
we provide a transpiler between C and Č that works both ways
Idk

`translate.py`. Launch it with `./translate.py to czech.h path/to/your/C/file.c path/to/new/Č/file.č`

## Obligatory "Hello World" example
Expand Down