This commit is contained in:
nub31
2025-06-12 23:57:59 +02:00
parent 705c83c935
commit 95dd7a1399
69 changed files with 14 additions and 28 deletions

3
run.sh
View File

@@ -1,3 +1,4 @@
#!/bin/bash
dotnet run --project src/Nub.Lang.CLI/ example
set -e
dotnet run --project src/cli/cli.csproj example
./bin/out

View File

@@ -1 +0,0 @@
Nub.Lang

View File

@@ -1,5 +0,0 @@
<component name="ProjectCodeStyleConfiguration">
<state>
<option name="PREFERRED_PROJECT_CODE_STYLE" value="Default" />
</state>
</component>

View File

@@ -1,7 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="$PROJECT_DIR$/../.." vcs="Git" />
<mapping directory="$PROJECT_DIR$/.." vcs="Git" />
</component>
</project>

View File

@@ -3,7 +3,7 @@
/workspace.xml
# Rider ignored files
/projectSettingsUpdater.xml
/.idea.Nub.Lang.iml
/.idea.compiler.iml
/modules.xml
/contentModel.xml
# Editor-based HTTP Client requests

1
src/.idea/.idea.compiler/.idea/.name generated Normal file
View File

@@ -0,0 +1 @@
compiler

View File

@@ -1,10 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="UserContentModel">
<attachedFolders>
<Path>../../example</Path>
<Path>../core</Path>
</attachedFolders>
<attachedFolders />
<explicitIncludes />
<explicitExcludes />
</component>

View File

@@ -10,8 +10,8 @@
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\Nub.Lang.Generation\Nub.Lang.Generation.csproj" />
<ProjectReference Include="..\Nub.Lang.Syntax\Nub.Lang.Syntax.csproj" />
<ProjectReference Include="..\generation\generation.csproj" />
<ProjectReference Include="..\syntax\syntax.csproj" />
</ItemGroup>
<ItemGroup>

View File

@@ -1,12 +1,12 @@

Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Nub.Lang.Syntax", "Nub.Lang.Syntax\Nub.Lang.Syntax.csproj", "{5047E21F-590D-4CB3-AFF3-064316485009}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "syntax", "syntax\syntax.csproj", "{5047E21F-590D-4CB3-AFF3-064316485009}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Nub.Lang.CLI", "Nub.Lang.CLI\Nub.Lang.CLI.csproj", "{A22F17ED-FA17-45AB-92BA-CD02C28B3524}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "cli", "cli\cli.csproj", "{A22F17ED-FA17-45AB-92BA-CD02C28B3524}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Nub.Lang.Generation", "Nub.Lang.Generation\Nub.Lang.Generation.csproj", "{F903F1B9-69A6-4522-B483-81A4B072C8B1}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "generation", "generation\generation.csproj", "{F903F1B9-69A6-4522-B483-81A4B072C8B1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Nub.Lang.Common", "Nub.Lang.Common\Nub.Lang.Common.csproj", "{91ECE034-32D4-48E6-A905-5F95DB95A3D4}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "common", "common\common.csproj", "{91ECE034-32D4-48E6-A905-5F95DB95A3D4}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution

View File

@@ -7,8 +7,8 @@
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\Nub.Lang.Common\Nub.Lang.Common.csproj" />
<ProjectReference Include="..\Nub.Lang.Syntax\Nub.Lang.Syntax.csproj" />
<ProjectReference Include="..\common\common.csproj" />
<ProjectReference Include="..\syntax\syntax.csproj" />
</ItemGroup>
</Project>

View File

@@ -8,7 +8,7 @@
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\Nub.Lang.Common\Nub.Lang.Common.csproj" />
<ProjectReference Include="..\common\common.csproj" />
</ItemGroup>
</Project>