Skip to content

Explanatory and grammatical improvements #3

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

rpj09
Copy link

@rpj09 rpj09 commented Jul 7, 2022

I am new to open source, so I started with documentation improvements, hoping it would be helpful


LangTrans take both as input and convert code written in new syntax to original syntax.
Code written in new syntax is converted to original syntax using LangTrans or vice-versa .
Copy link
Contributor

Choose a reason for hiding this comment

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

Remove vice-versa

@@ -1,6 +1,6 @@
# Implementation

To customize you should extract tokens with regular expression. Then you should create the template of original language with token you extracted.
To customize your syntax, you should extract tokens using regular expressions. You should then create the template of the original language using the tokens you extracted.
Copy link
Contributor

Choose a reason for hiding this comment

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

Change original language to target language

@B-R-P
Copy link
Contributor

B-R-P commented Aug 1, 2022

Good start 👍

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.

2 participants