Skip to content
This repository was archived by the owner on Aug 1, 2026. It is now read-only.

Latest commit

 

History

61 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Typer

Typer DSL to create C# Types with ease.

Syntax

Usage & Installation

dotnet add package Typr.Build.Tasks --version 0.0.1-geab3a7f46b --source https://www.myget.org/F/guneysu/api/v3/index.json
  • Add some *.typ files to your project:
Demo {
    Int int,
    Double double,
    Decimal decimal,
    Text text,
    Date date,
    Datetime datetime,
    Duration duration,
    UUID uuid,
    Bin bin
}

Dev doc

graph LR;
    Typer.g4 --> Typer.Parsers.Core;
Loading

About

Typer DSL to create C# Types with ease.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages