Implemented lexer
This commit is contained in:
parent
cb809bfd29
commit
ea26acce4a
34 changed files with 641 additions and 0 deletions
8
Compiler/Compiler.csproj
Normal file
8
Compiler/Compiler.csproj
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<OutputType>Exe</OutputType>
|
||||
<TargetFramework>netcoreapp3.1</TargetFramework>
|
||||
</PropertyGroup>
|
||||
|
||||
</Project>
|
||||
Loading…
Add table
Add a link
Reference in a new issue