Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/iambasantarai/ga
- Owner: iambasantarai
- Created: 2024-11-14T14:38:40.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-14T14:55:24.000Z (about 2 months ago)
- Last Synced: 2024-11-14T15:42:17.519Z (about 2 months ago)
- Topics: devnagiri, experimental, golang, programming-language
- Language: Go
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```