Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 560 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 560 Bytes

Ceres

Ceres is a work-in-progress hobby programming language attempting to bridge the gap between C and modern languages.

The compiler is built using ANTLR4 and LLVM 15.

For instructions on how to build the compiler, see compiler/README.md.

Documentation and Ceres samples can be found on docs

Ceres is free software, licensed under the MIT license, which terms can be found in the COPYING file. However, some components of this repository may be under other licenses. Each source file should have a license header stating what terms apply to it.