Skip to content
This repository has been archived by the owner on May 27, 2021. It is now read-only.

Commit

Permalink
fix missed token for signature functions
Browse files Browse the repository at this point in the history
  • Loading branch information
0xF6 committed May 21, 2020
1 parent 835fe6d commit e632e11
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion acc/acc.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<TargetFramework>net5.0</TargetFramework>
<PackageId>flame.compiler</PackageId>
<RuntimeIdentifiers>win10-x64;osx.10.14-x64;linux-x64</RuntimeIdentifiers>
<Version>0.70.497-beta</Version>
<Version>0.70.498-beta</Version>
<Authors>Yuuki Wesp</Authors>
<Product>flame.compiler</Product>
<Copyright>Yuuki Wesp (C) 2020</Copyright>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<Authors>Yuuki Wesp</Authors>
<Company>Ancient Project</Company>
<Version>0.70.643.120</Version>
<Version>0.70.646.120</Version>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Sprache" Version="2.3.0" />
Expand Down
1 change: 1 addition & 0 deletions libs/Ancient.Compiler.Service/Tokens/AssemblerSyntax.cs
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ public partial class AssemblerSyntax


// transformators
.Or(Signature)
.Or(Locals.Return(new NullExpression()))
.Or(Group(Label).Return(new NullExpression()))
;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<PropertyGroup>
<OutputType>Library</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
<Version>0.70.623.37</Version>
<Version>0.70.624.37</Version>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageIconUrl>https://raw.githubusercontent.com/ancientproject/cli/master/resource/icon.png</PackageIconUrl>
<PackageProjectUrl>https://github.com/0xF6/ancient_cpu</PackageProjectUrl>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<PackageIconUrl>https://raw.githubusercontent.com/ancientproject/cli/master/resource/icon.png</PackageIconUrl>
<RepositoryUrl>https://github.com/0xF6/ancient_cpu</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<Version>0.70.623.340</Version>
<Version>0.70.624.341</Version>
</PropertyGroup>
<PropertyGroup Condition="$(Configuration) == 'Debug'">
<BumpRevision>true</BumpRevision>
Expand Down
2 changes: 1 addition & 1 deletion vm/csharp/vm.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
win10-arm64;
win10-arm;
</RuntimeIdentifiers>
<Version>0.70.705-beta</Version>
<Version>0.70.706-beta</Version>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<Copyright>Yuuki Wesp (C) 2020</Copyright>
</PropertyGroup>
Expand Down

0 comments on commit e632e11

Please sign in to comment.