https://github.com/louisdevie/birdway
A programming language for commad-line applications
https://github.com/louisdevie/birdway
cli command-line
Last synced: 3 months 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 (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-17T14:52:47.000Z (about 2 years ago)
- Last Synced: 2025-02-02T10:34:48.688Z (4 months ago)
- Topics: cli, command-line
- Language: Rust
- Homepage: https://birdway.netlify.app
- Size: 867 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.