Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 721 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 721 Bytes

Copper

Copper is an open source scripting language aimed at game development in D.

Inspiration is taken from Go, D and Lua for the syntax.

See some of the tests in the tests/ directory.

Building

When building copper for release mode it's important to have the build flag --build-mode=allAtOnce or the compilation will freeze at llvm-d.

License

Copper is released under the Boost license, as seen in LICENSE.md

Copper uses code from LLVM, which is under a different license.

LLVM is Copyright (c) 2003-2018 University of Illinois at Urbana-Champaign. All rights reserved.

LLVM is distributed under the University of Illinois Open Source License. See http://opensource.org/licenses/UoI-NCSA.php for details.