Go to file
2025-01-01 04:21:20 +01:00
docs
examples
misc
resources CMakeLists.txt: Support emscripten 3.1.58 SINGLE_FILE without a worker.js file 2024-05-10 03:29:12 +02:00
scripts main.cpp: Add a '-o'/'--output' argument 2023-06-12 21:31:46 +02:00
src SemanticAnalysis.hpp: Re-add checking for redefinitions of constants 2025-01-01 04:21:20 +01:00
.dockerignore
changelog
CMakeLists.txt Add boilerplate for semantic analysis 2024-08-07 03:05:55 +02:00
Dockerfile
Jenkinsfile Jenkinsfile: Add another ldid fork link to the documentation 2024-03-31 22:03:33 +02:00
LICENSE.txt
README.md README.md: Fix the path to Yerbacon.svg 2024-06-22 21:29:15 +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.