Go to file
Username404-59 66dcac958c
Fix indentation in a part of the getFileContent() function from filefuncs.cpp.
2021-02-19 16:00:30 +01:00
examples Hidden git history due to a license change. 2021-02-12 15:07:03 +01:00
resources Change the assemblyIdentity's name in the Yerbacon.manifest file. 2021-02-12 21:17:26 +01:00
src Fix indentation in a part of the getFileContent() function from filefuncs.cpp. 2021-02-19 16:00:30 +01:00
CMakeLists.txt Edit CPACK_PACKAGE_DESCRIPTION_SUMMARY. 2021-02-15 19:14:35 +01:00
Jenkinsfile Make the .zip in the right directory. 2021-02-14 14:49:33 +01:00
LICENSE.txt Hidden git history due to a license change. 2021-02-12 15:07:03 +01:00
README.md Update README.md. (fix the logo) 2021-02-17 14:12:44 +01:00
desc.txt Update desc.txt to reduce the number of characters in it. 2021-02-15 18:55:19 +01:00

README.md

Yerbacon

Build Status

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

Here's how the "hello world" 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.