Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/louisdevie/birdway
A programming language for commad-line applications
https://github.com/louisdevie/birdway
cli command-line
Last synced: 21 days ago
JSON representation
A programming language for commad-line applications
- Host: GitHub
- URL: https://github.com/louisdevie/birdway
- Owner: louisdevie
- License: mit
- Created: 2022-02-21T07:39:42.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-10T10:18:35.000Z (almost 2 years ago)
- Last Synced: 2023-03-08T19:11:33.489Z (almost 2 years ago)
- Topics: cli, command-line
- Language: Rust
- Homepage: https://birdway.netlify.app
- Size: 853 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
BirdwayA programming language for command-line applications
## Overview
**Status : Draft**
*Birdway* is a functional and imperative programming language, primarily meant
to create small command-line applications.This language was created for my personal use
and to learn a thing or two about how compilers work.## License
The source code of the compiler, the Sublime Text package and the documentation
are released under the [MIT License](LICENSE).
The code samples belongs to the public domain.