An open API service indexing awesome lists of open source software.

https://github.com/smx-smx/valasharp

The Vala Compiler, ported to C#
https://github.com/smx-smx/valasharp

autocomplete c compiler csharp language-server vala vapi

Last synced: 11 days ago
JSON representation

The Vala Compiler, ported to C#

Awesome Lists containing this project

README

        

# ValaSharp
This project aims to port the existing Vala compiler to C#

As of now the compiler can build working programs just like valac, but it hasn't been tested extensively.

The longer term goal is to start making improvements and adding new features by taking advantage of the (as of now) better .NET development tools.
Newly made tools could then be used to improve the original (self hosting) Vala compiler aswell

The repository includes an experimental language server for Visual Studio Code, but it doesn't include code completion yet.