Interpreter: support implicit multiplication (adjacency) and allow whitespace; update Coco/R frames path casing; add tests for implicit multiplication and function calls; fix project reference casing in tests.
This commit is contained in:
parent
04a175223d
commit
135af2cc49
6 changed files with 47 additions and 5 deletions
21
src/StandardLibrary/CSMic.StandardLibrary.csproj
Normal file
21
src/StandardLibrary/CSMic.StandardLibrary.csproj
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFramework>netstandard2.1</TargetFramework>
|
||||
<RootNamespace>CSMic.StandardLibrary</RootNamespace>
|
||||
<AssemblyName>CSMic.StandardLibrary</AssemblyName>
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<Nullable>enable</Nullable>
|
||||
<Version>2.0.0-beta-05</Version>
|
||||
<PackageId>CSMic.StandardLibrary</PackageId>
|
||||
<LangVersion>latest</LangVersion>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\Core\CsMic.Core.csproj" />
|
||||
</ItemGroup>
|
||||
|
||||
<Import Project="NuGetPublish.targets" Condition="Exists('NuGetPublish.targets')" />
|
||||
|
||||
|
||||
</Project>
|
||||
Loading…
Add table
Add a link
Reference in a new issue