https://github.com/furesoft/backseat.net
An implementation of the backseat programming language to compile to .net
https://github.com/furesoft/backseat.net
basys2k bs2k compiler csharp dotnet
Last synced: about 1 month ago
JSON representation
An implementation of the backseat programming language to compile to .net
- Host: GitHub
- URL: https://github.com/furesoft/backseat.net
- Owner: furesoft
- License: gpl-3.0
- Created: 2025-08-23T11:39:56.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-08-29T06:35:43.000Z (10 months ago)
- Last Synced: 2025-09-02T07:43:48.531Z (10 months ago)
- Topics: basys2k, bs2k, compiler, csharp, dotnet
- Language: C#
- Homepage:
- Size: 90.8 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# backseat.net
An implementation of the [backseat](https://github.com/mgerhold/backseat-interpreter) programming language to compile to .net
[](https://www.codefactor.io/repository/github/furesoft/backseat.net)
[](https://www.gnu.org/licenses/gpl-3.0)

[](https://github.com/furesoft/backseat.net)
# getting started
1. clone this repository
2. build the compiler with `dotnet build`
3. `backseatc source.bs`
# technologies used
This compiler is written in C# and used the [Silverfly](https://github.com/furesoft/Silverfly) framework to build the parser. [DistIL](https://github.com/dubiousconst282/DistIL) is used for CIL generation.