Experimental programming language.
It is a compilable, statically-typed C++-like language.
Here is a compiler for this language.
Documentation available here. Currently only russian documentation exists.
- Download llvm (llvm 9.0.0 used in this project).
- Run cmake for source/CMakeLists.txt and generate project for your favorite IDE or build system. You must set path to llvm in cmake arguments.
- (optional) for CppHeaderConverter you need to download clang sources and set cmake variable LLVM_EXTERNAL_CLANG_SOURCE_DIR.
- Download QtCreator.
- Download QtCreator sources.
- Run qmake for qt_creator_plugin/usprace.pro. You must set path to QtCreator sources and binaries in qmake arguments.
Copyright © 2016-2021 Artöm "Panzerscrek" Kunz.