Go to file
Username404 f348dc985f
Target.hpp: Don't return a reference to a static thread-local map in the Target::getTaskMapInstance function
It only worked properly with the "--parallel" flag

Signed-off-by: Username404 <w.iron.zombie@gmail.com>
2022-09-21 20:35:07 +02:00
docs
examples
misc
resources
scripts
src Target.hpp: Don't return a reference to a static thread-local map in the Target::getTaskMapInstance function 2022-09-21 20:35:07 +02:00
.dockerignore Add Dockerfile and .dockerignore 2022-08-28 21:45:17 +02:00
changelog
CMakeLists.txt
Dockerfile Dockerfile: Make sure upx always works by setting a static version 2022-09-20 22:28:49 +02:00
Jenkinsfile Jenkinsfile: Don't publish windows executables which are not packaged 2022-08-28 16:00:05 +02:00
LICENSE.txt
README.md

Yerbacon

Yerbacon logo

► A language that transpiles into another programming language, like Lua, JavaScript (ES6) or Python.

main >> {
  print_line("Hello, World!")
}
main()

Build Status

Planned features:

  • Type inference
  • Null safety
  • Compilation to jvm bytecode?

Getting Started

See the documentation.

Build requirements

  1. CMake 3.18 or higher

  2. A compiler from the following list:

    • GCC 11+
    • Clang 14.0.1+ with llvm-gold
    • MSVC 19.30+

Note that to build for Windows targets with a mingw toolchain on debian, you will need to use the i686-w64-mingw32-gcc-posix executable provided by the gcc-mingw-w64-i686-posix-runtime package.