Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/iambasantarai/ga

A toy programming language 'ग'; a language that uses the devnagari script
https://github.com/iambasantarai/ga

devnagiri experimental golang programming-language

Last synced: about 2 months ago
JSON representation

A toy programming language 'ग'; a language that uses the devnagari script

Awesome Lists containing this project

README

        

ga/'ग'

A toy programming language inspired by the grammatical and syntactical constructs of the [Nepali language](https://en.wikipedia.org/wiki/Nepali_language), while using the [Devanagari](https://en.wikipedia.org/wiki/Devanagari) script.

## Quick start

Clone the repository and run the following commands.

```bash
go build
./ga ./example.ga
```