Go to file
Username404 ccff82dba0
Dockerfile: Make sure the upx repository is up-to-date
Signed-off-by: Username404 <w.iron.zombie@gmail.com>
2022-10-06 15:53:19 +02:00
docs
examples Update examples/HelloWorld.ybcon and README.md 2022-05-26 13:44:36 +02:00
misc
resources
scripts
src ReservedIdentifiers.hpp: Make the identifiers array's initialization strictly constant 2022-09-27 18:09:17 +02:00
.dockerignore Add Dockerfile and .dockerignore 2022-08-28 21:45:17 +02:00
changelog
CMakeLists.txt CMakeLists.txt: Allow memory growth on emscripten 2022-09-30 08:12:41 +02:00
Dockerfile Dockerfile: Make sure the upx repository is up-to-date 2022-10-06 15:53:19 +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 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.