Skip to content

Commit

Permalink
Merge pull request #1 from Denis-Olejnik/dev
Browse files Browse the repository at this point in the history
Merging a working dev branch with the main
  • Loading branch information
DenisOlejnik authored Oct 31, 2022
2 parents fe89a5d + 52120d5 commit b1af931
Show file tree
Hide file tree
Showing 22 changed files with 430 additions and 308 deletions.
Empty file.
Binary file removed .vs/LexicalAnalyzer/v17/.suo
Binary file not shown.
3 changes: 2 additions & 1 deletion LexicalAnalyzer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="LexicalAnalyzer\Source\Analyzer.cs" />
<Compile Include="Source\Analyzer.cs" />
<Compile Include="Source\Lex.cs" />
<Compile Include="MainForm.cs">
<SubType>Form</SubType>
</Compile>
Expand Down
6 changes: 0 additions & 6 deletions LexicalAnalyzer.sln
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ VisualStudioVersion = 17.3.32825.248
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LexicalAnalyzer", "LexicalAnalyzer.csproj", "{B3700A75-9E27-421C-B92E-A117C6AB65EF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Dict of lists", "..\Dict of lists\Dict of lists.csproj", "{7216D5AF-A0C3-4FAE-9386-693C543A4FF0}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand All @@ -17,10 +15,6 @@ Global
{B3700A75-9E27-421C-B92E-A117C6AB65EF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B3700A75-9E27-421C-B92E-A117C6AB65EF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B3700A75-9E27-421C-B92E-A117C6AB65EF}.Release|Any CPU.Build.0 = Release|Any CPU
{7216D5AF-A0C3-4FAE-9386-693C543A4FF0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7216D5AF-A0C3-4FAE-9386-693C543A4FF0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7216D5AF-A0C3-4FAE-9386-693C543A4FF0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7216D5AF-A0C3-4FAE-9386-693C543A4FF0}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
122 changes: 0 additions & 122 deletions LexicalAnalyzer/Source/Analyzer.cs

This file was deleted.

51 changes: 35 additions & 16 deletions MainForm.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit b1af931

Please sign in to comment.