Go to file
Username404 b206dfa879
Update examples/HelloWorld.ybcon and README.md
Signed-off-by: Username404 <w.iron.zombie@gmail.com>
2022-05-26 13:44:36 +02:00
docs docs/gettingstarted.md: Remove the "Main" section 2022-05-26 13:42:55 +02:00
examples Update examples/HelloWorld.ybcon and README.md 2022-05-26 13:44:36 +02:00
misc Process the rc file before building. 2021-03-12 21:42:06 +01:00
resources Rename LEGALCOPYRIGHT to LEGAL-COPYRIGHT in the CMakeLists.txt and resources/Yerbacon.rc files 2022-02-14 22:42:20 +01:00
scripts Remove the useless scripts/TestYbcon file 2022-04-21 23:31:10 +02:00
src Parser.hpp: Shorten two "if" statements 2022-05-26 13:33:16 +02:00
CMakeLists.txt CMakeLists.txt: Use the standard C++ exception handling model on MSVC 2022-05-20 17:14:14 +02:00
Jenkinsfile Set IGNORE_MINIMAL_COMPILER_VERSION to "ON" in the Jenkinsfile 2022-04-21 23:31:09 +02:00
LICENSE.txt Hidden git history due to a license change. 2021-02-12 15:07:03 +01:00
README.md Update examples/HelloWorld.ybcon and README.md 2022-05-26 13:44:36 +02:00
changelog Rename the changelog.txt file to changelog. 2021-03-24 12:55:38 +01:00

README.md

Yerbacon

Yerbacon logo

► A language that transpiles into lua, javascript (ES6) or python code.

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

Build Status

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.