Skip to content

Commit 74484e9

Browse files
2 parents e97d00d + 4d1c847 commit 74484e9

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

README.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,24 @@
66
<h3>Syntax Analisator</h3>
77
<p>Base file: (russian language: Vishnikov Y.M. BalabaevaI.Y. PDF):</p>
88
[](https://github.com/StrongerProgrammer7/MethodsDevelopmentTranslator/files/10741055/_.pdf)
9-
<p align="center"><img src="https://user-images.githubusercontent.com/71569051/218976221-a9c5d234-4bcc-41b4-85eb-8b183a944c0c.png" alt="WinForms"></p>
9+
<p> Using:
10+
<pre>SyntaxAnalisator analisator
11+
&emsp;marshalString(String^ textBox nameFile,std::string namefile)
12+
</pre>
13+
marshalString -> translate String^ -> std::string <br>
14+
textBox nameFile -> user input to text box name file<br>
15+
namefile -> record name file for program
16+
<pre> analisator.analyze(origin_file,file_save)</pre>
17+
origin_file -> include language C <br>
18+
file_save -> save Syntax analyze
19+
</p>
20+
<h3>Reverse Polish Notation</h3>
21+
<p>Using:
22+
<pre>ReversePolishNotation RPN
23+
&emsp;marshalString(String^ textBox nameFile,std::string namefile)
24+
&emsp;RPN.reversePolishNotationAnalyze(file, "RPN.txt")</pre>
25+
</p>
26+
<p align="center"><img src="https://user-images.githubusercontent.com/71569051/220768107-19408d38-aa38-4276-893a-e7386115b499.png"></p>
1027
</div>
1128
<h3>Development tools and Programming Language</h3>
1229
<p align="justify"> Microsoft Visual Studio Profession 2019</p>

0 commit comments

Comments
 (0)