Kuinox / DracoCompiler

The compiler repository for the Draco programming language.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

License:Apache License 2.0


Languages

Language:C# 96.0%Language:TypeScript 3.1%Language:JavaScript 0.5%Language:PowerShell 0.2%Language:CSS 0.1%Language:HTML 0.0%