Typer DSL to create C# Types with ease.
dotnet add package Typr.Build.Tasks --version 0.0.1-geab3a7f46b --source https://www.myget.org/F/guneysu/api/v3/index.json
- Add some
*.typfiles to your project:
Demo {
Int int,
Double double,
Decimal decimal,
Text text,
Date date,
Datetime datetime,
Duration duration,
UUID uuid,
Bin bin
}graph LR;
Typer.g4 --> Typer.Parsers.Core;