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#
- Host: GitHub
- URL: https://github.com/smx-smx/valasharp
- Owner: smx-smx
- License: lgpl-2.1
- Created: 2017-09-19T12:19:57.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-23T14:23:35.000Z (almost 7 years ago)
- Last Synced: 2025-03-27T16:56:04.622Z (28 days ago)
- Topics: autocomplete, c, compiler, csharp, language-server, vala, vapi
- Language: C#
- Size: 898 KB
- Stars: 15
- Watchers: 4
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: COPYING
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 aswellThe repository includes an experimental language server for Visual Studio Code, but it doesn't include code completion yet.