Go to file
2022-04-22 13:00:08 +02:00
docs
examples
misc
resources
scripts
src Parser.hpp: Stop the loop in the filter_comma_list function when the current iterator points to a COMMA token 2022-04-22 13:00:08 +02:00
changelog
CMakeLists.txt
Jenkinsfile
LICENSE.txt
README.md

Yerbacon

Build Status

Yerbacon logo Aka Yer Bacon,
  • A language that transpiles into lua, javascript (ES6) or python code.

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

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.