Go to file
2022-08-27 21:33:48 +02:00
docs
examples
misc
resources
scripts
src Parser.hpp: Fix a tiny typo at line 154 2022-08-20 13:45:32 +02:00
changelog
CMakeLists.txt CMakeLists.txt: Use ThinLTO instead of full LTO when Clang is present 2022-08-27 21:33:48 +02:00
Jenkinsfile Jenkinsfile: Reintroduce RPM and DEB package architectures 2022-08-24 18:09:52 +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.