Go to file
Username404 7a4549dafb
main.cpp: Remove useless optional usage
Signed-off-by: Username404 <w.iron.zombie@gmail.com>
2023-10-18 10:36:01 +02:00
docs
examples
misc
resources CMakeLists.txt: Add a vercel_pkg CMake target to package the JavaScript output into executables for macOS when using emscripten and yarn (or npm) 2022-10-07 22:59:10 +02:00
scripts main.cpp: Add a '-o'/'--output' argument 2023-06-12 21:31:46 +02:00
src main.cpp: Remove useless optional usage 2023-10-18 10:36:01 +02:00
.dockerignore Add Dockerfile and .dockerignore 2022-08-28 21:45:17 +02:00
changelog
CMakeLists.txt CMakeLists.txt: Link OpenMP statically on Android 2023-08-16 21:01:43 +02:00
Dockerfile Dockerfile: Use the latest released version of upx instead of a static commit hash 2022-10-29 00:54:50 +02:00
Jenkinsfile Jenkinsfile: Add Android targets 2023-08-17 12:00:32 +02:00
LICENSE.txt
README.md Update README.md 2022-07-07 17:22:44 +02:00

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.