Chirp

A modern low-level programming language

Github星跟踪图

What's this

Currently, this repository is hosting the source code for an experimental compiler, that only targets C. The goal is to write a compiler in chirp using the one we have right now. If you are looking to contribute, improvements to the user experience would greatly be appreciated.

Building

Unix

These are the dependencies required to build Chirp on Unix-like systems:

  • g++ 5.5 or later
  • GNU make
  • nasm
# Creates the bin directory
$ make setup

# Compiles the code
$ make

# You can use chirp now!
$ ./chirp 

Windows

Currently there's no official way to build on windows, contribution would be greatly apreciated.

主要指标

概览
名称与所有者chirp-language/Chirp
主编程语言C++
编程语言C++ (语言数: 4)
平台
许可证MIT License
所有者活动
创建于2019-05-16 22:37:07
推送于2020-11-14 20:27:18
最后一次提交2020-11-14 15:27:15
发布数0
用户参与
星数116
关注者数10
派生数11
提交数25
已启用问题?
问题数17
打开的问题数0
拉请求数28
打开的拉请求数0
关闭的拉请求数2
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?