Go to file
2021-11-26 16:53:14 +01:00
docs
examples
misc
resources
scripts
src Add a parsingError() function to Parser.hpp 2021-11-26 16:53:14 +01:00
changelog
CMakeLists.txt Remove a useless condition and two unnecessary parentheses in lexer.cpp 2021-11-24 18:35:54 +01:00
Jenkinsfile Make the variables in the Jenkinsfile final 2021-11-07 23:44:42 +01:00
LICENSE.txt
README.md

Yerbacon

Build Status

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

main #=> {
  println "Hello, World!"
}

Planned features:

  • Type inference
  • Null safety
  • Compilation to jvm bytecode?

Getting Started

See the documentation.

Build requirements

CMake 3.18 or higher is needed.

Linux target

  • GCC 11+ or Clang 13+ with llvm-gold

Windows target

  • MinGW32 (on debian you will need to use the i686-w64-mingw32-gcc-posix executable provided by the gcc-mingw-w64-i686-posix-runtime package)

MSVC could also be used instead if you are on Windows.