Skip to content

Commit

Permalink
Release v1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MERZAK-X committed Jun 12, 2020
1 parent 8751cb2 commit 165c3e9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions LexicalAnalyzer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
<RootNamespace>LexicalAnalyzer</RootNamespace>
<Company>NUL-X</Company>
<AssemblyVersion>1.1</AssemblyVersion>
<FileVersion>1.1</FileVersion>
</PropertyGroup>

</Project>
2 changes: 1 addition & 1 deletion lib/examples/SourceCode.test
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ IF 13.4 >= 77
THEN
variable = 99 - 98;
ELSE
var = 17.54E^485512
var=17.54E^485512
1-2;9=8;8/9;
var*-1<=77/18;
test=99+98+1;
Expand Down

0 comments on commit 165c3e9

Please sign in to comment.