Go to file
Username404-59 82f65e5da5
Revert "Don't overwrite the existing flags when a GNU compiler is used."
This reverts commit 101104872a36f9cead85b880e3f838259e80b778.
2021-03-01 12:03:25 +01:00
examples
resources
scripts Complete the zsh-completion.zsh script. 2021-02-28 22:28:05 +01:00
src Complete scripts/fish-completion.fish, improve scripts/ybcon.sh and add a --version argument. 2021-02-26 20:28:53 +01:00
CMakeLists.txt Revert "Don't overwrite the existing flags when a GNU compiler is used." 2021-03-01 12:03:25 +01:00
desc.txt
Jenkinsfile Fix the Jenkinsfile. 2021-02-28 18:38:21 +01:00
LICENSE.txt
README.md Update README.md and begin adding a fish shell autocompletion script. 2021-02-26 14:22:29 +01:00

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.