Go to file
2021-03-17 13:00:22 +01:00
examples
misc
resources Set the icon's name back to Yerbacon.png, and use PROJECT_NAME for a few file names in CMakeLists.txt. 2021-03-13 18:53:11 +01:00
scripts
src Remove useless comments in the beginning of each C++ file. 2021-03-17 13:00:22 +01:00
changelog.txt
CMakeLists.txt Add a CMake warning for (mostly) old compilers. 2021-03-16 16:42:28 +01:00
Jenkinsfile
LICENSE.txt
README.md

Yerbacon

Build Status

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

Here's how the basic "hello world" script will look like.

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

Planned features:

  • Type inference
  • Null safety
  • Compilation to native code?

Getting Started

Variables assigned using #= can't be changed (they are "final"), while the ones affected using the normal operator (=) can.