The Bish Language version 3.2.
This repository consists of 8 parts:
- Bish - The entry point, containing an REPL and the Language Server.
- Omnisharp LSP - A C# Language Server Protocal Implementation.
- BishExamplePlugin - A plugin example. See its README for more information.
- BishCompiler - The compiler which transforms Bish code into bytecode.
- ANTLR4 - A powerful parser generator.
- BishLib - Builtin Libraries.
- BishRuntime - The VM and object model.
- BishRuntimeGenerators - Code generators for BishRuntime.
- BishUtils - Utilities for concurrent containers.
- BishTest - Unit tests.
- xUnit - A free, open source, community-focused unit testing tool for .NET.