Skip to content
This repository has been archived by the owner on Jun 4, 2020. It is now read-only.
/ Chirp Public archive

A modern low-level programming language

License

Notifications You must be signed in to change notification settings

Dmunch04/Chirp

Repository files navigation

Chirp

Chirp is a modern low-level programming language written in D



Build Status License Discord Server




Logo


Chirp is a modern low-level programming language written in D. The language is still in early stages


Simple Example

  import io.(println)

  none entry()
  {
    string: hello = "Hello, World!"
    println(hello)
  }

Building

You can build the project by running

  dub build

Or by running any of the scripts in /tools/build


Communnity

If you wanna come hang out with us and talk, then make sure to head over to our Discord server!


Contribute

Wanna help us develop Chirp? We would love your help. Learn more on contributing in the official contribution file!

If you have a bug report or feature request, you can also create a ticket on the repo


License

Chirp is licensed under the MIT license. Check out our license at in the license file!

About

A modern low-level programming language

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages