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
- Host: GitHub
- URL: https://github.com/codebrainz/soda
- Owner: codebrainz
- License: mit
- Created: 2017-04-10T23:18:53.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-11-22T00:55:50.000Z (over 1 year ago)
- Last Synced: 2025-01-15T11:47:40.086Z (5 months ago)
- Language: C++
- Size: 149 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```