Skip to content

Kuinox/DracoCompiler

 
 

Repository files navigation

The Draco programming language compiler

Discord Online Playground

What is this?

This is the repository for the work-in-progress compiler for the Draco programming language, a new .NET programming language under development. If you want further details on the language itself or want to contribute ideas, head over to the language suggestions repository.

Try it out

You can either use the online playground, or you can play with it locally, for that look at the Getting started guide.

Roadmap

  • Syntax analysis
    • Lexing
    • Parsing
    • Red-green trees
  • Semantic analysis
    • Symbol resolution
    • Type checking
    • Type inference
    • Dataflow analysis
  • Codegen
    • AST
    • Lowering
    • Custom IR
    • Writing IL
    • Writing PE
  • Optimization
    • TCO
    • Vectorization

About

The compiler repository for the Draco programming language.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 96.1%
  • TypeScript 3.1%
  • Other 0.8%