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

https://github.com/codebrainz/soda

Some kind of programming language
https://github.com/codebrainz/soda

Last synced: 3 months ago
JSON representation

Some kind of programming language

Awesome Lists containing this project

README

        

# Soda Programming Language

Compiler for my own AOT-compiled, statically-typed programming language Soda.

Status: experimental, re-write of original compiler. WIP on front-end.

## Quick Start

```console
$ git clone https://github.com/codebrainz/Soda.git
$ cd Soda
$ make
```