Skip to content

README.md#6

Open
DikiyTabureten wants to merge 4 commits intomainfrom
doing-readme
Open

README.md#6
DikiyTabureten wants to merge 4 commits intomainfrom
doing-readme

Conversation

@DikiyTabureten
Copy link
Collaborator

Выполнена первая версия ReadMe.
Сейчас подбираются дополнительные варианты баннеров, документ будет дополняться по мере разработки. На текущий момент информации недостаточно.

Первый вариант ReadMe.md
Copy link
Owner

@Oidaho Oidaho left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fix pls.


## 🗿 Main information
### :computer: How it works
The user inputs their code using c++. Translator takes the input code, creates an input.py file, and runs the python program. The python program generates an output.cpp file containing the translated C++ code.
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The user inputs their code using c++

The user enters the path to the input file with the extension .py in the "pyxpp" software, which is a package written in python.

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

creates an input.py file

It doesn't create a .py file, it opens it.

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

python program

Specify explicitly that this is a translator.

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

translated C++

Still, this is Python translated to C++, not the other way around.

## :pencil2: Usage example

input code example:
``print("This line will be printed.")``
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The examples are good.
But MD uses three ```, not two.

@Oidaho Oidaho changed the title Doing readme README.md Oct 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants