All Projects → Panzerschrek → U-00DC-Sprache

Panzerschrek / U-00DC-Sprache

Licence: BSD-3-Clause license
"Ü" programming language development

Programming Languages

C++
36643 projects - #6 most used programming language
python
139335 projects - #7 most used programming language
CMake
9771 projects
LLVM
166 projects
c
50402 projects - #5 most used programming language
shell
77523 projects
QMake
1090 projects

Labels

Projects that are alternatives of or similar to U-00DC-Sprache

EmbedSanitizer
EmbedSantizer is a runtime race detection tool which extends ThreadSanitizer to detect data races in 32-bit ARM applications.
Stars: ✭ 16 (-62.79%)
Mutual labels:  llvm
CSCD70
CSCD70 Compiler Optimization
Stars: ✭ 147 (+241.86%)
Mutual labels:  llvm
MetaCG
MetaCG offers an annotated whole program call-graph tool for Clang/LLVM.
Stars: ✭ 21 (-51.16%)
Mutual labels:  llvm
llrl
An experimental Lisp-like programming language
Stars: ✭ 126 (+193.02%)
Mutual labels:  llvm
ugo
µGo编程语言(从头开发一个迷你Go语言编译器)
Stars: ✭ 38 (-11.63%)
Mutual labels:  llvm
azula
A fast, statically typed compiled language
Stars: ✭ 25 (-41.86%)
Mutual labels:  llvm
Dachs
Dachs; A Doggy 🐶 Programming Language
Stars: ✭ 82 (+90.7%)
Mutual labels:  llvm
LLAST
A high level LLVM IR AST provider for GraphEngine JIT.
Stars: ✭ 21 (-51.16%)
Mutual labels:  llvm
deollvm64
deobfuscator llvm arm64 script
Stars: ✭ 67 (+55.81%)
Mutual labels:  llvm
heyoka.py
Python library for ODE integration via Taylor's method and LLVM
Stars: ✭ 45 (+4.65%)
Mutual labels:  llvm
geode
The Geode Programming Language
Stars: ✭ 16 (-62.79%)
Mutual labels:  llvm
tinylang
Tiny玩具语言(Go语言实现/包含Tiny编译器/CASL汇编器/COMET虚拟机/调试器/支持WebAssembly/LLVM)
Stars: ✭ 61 (+41.86%)
Mutual labels:  llvm
llvm2cpg
LLVM meets Code Property Graphs
Stars: ✭ 62 (+44.19%)
Mutual labels:  llvm
homebrew-llvm
LLVM formulae for the Homebrew package manager
Stars: ✭ 23 (-46.51%)
Mutual labels:  llvm
dumb-obfuscator
Tutorial on how to write the dumbest obfuscator I could think of.
Stars: ✭ 147 (+241.86%)
Mutual labels:  llvm
vuo
A realtime visual programming language for interactive media.
Stars: ✭ 103 (+139.53%)
Mutual labels:  llvm
contech
The Contech analysis framework provides the means for generating and analyzing task graphs that enable computer architects and programmers to gain a deeper understanding of parallel programs.
Stars: ✭ 43 (+0%)
Mutual labels:  llvm
flextool
C++ compile-time programming (serialization, reflection, code modification, enum to string, better enum, enum to json, extend or parse language, etc.)
Stars: ✭ 32 (-25.58%)
Mutual labels:  llvm
docker-opengl
Multi-Arch Docker - Mesa 3D OpenGL Software Rendering (Gallium) - LLVMpipe, and OpenSWR Drivers
Stars: ✭ 68 (+58.14%)
Mutual labels:  llvm
mars
Minimal language with type inference, structures, control flow, and more.
Stars: ✭ 19 (-55.81%)
Mutual labels:  llvm

Ü-Sprache

Experimental programming language.
It is a compilable, statically-typed C++-like language.

Here is a compiler for this language.

Documentation

Documentation available here. Currently only russian documentation exists.

How to build

  • Download llvm (llvm 10.0.1 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.

How to build QCreator plugin

  • 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.

Authors

Copyright © 2016-2022 Artöm "Panzerscrek" Kunz.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].