Skip to content

Releases: barn-lang/barn

0.3v BETA

02 Dec 21:07
Compare
Choose a tag to compare

0.3v BETA Barn release

I'm so happy to announce new version of Barn 0.3, but what have we really done:

  • We completely change the programming language that we have used in the compiler now it's C!
  • Implemented everything that was in BarnGO
  • Added enumerators
  • Improved the type checking system
  • Made barn less buggy than BarnGO
  • Code is more pretty
    That's all what we have changed this is a very large update that we were writing for about 4 months as I expected I finished it in December but my first goal was to finish it in September lol.

To install barn try writing these commands (Windows is not tested):

git clone https://github.com/barn-lang/barn && cd barn
make CC=gcc # Set the compiler you will use
make install
barn --version

Took it from here!

I really recommend try messing around with barn and try find as many bugs as you possibly can. Please report every bug at our discord server: https://discord.gg/BHTygT25 in channel named #bug-report, please post there only bugs with their source code in barn and what is happening with the compiler or source code.

Thanks for reading it all, I'm really proud or this release. Have a nice day or night 😘

v0.2 BETA

22 Mar 20:09
Compare
Choose a tag to compare

https://barn-lang.github.io/barn-docs/news/news-barn-0.2-is-here.html

How to install Barn?

It's pretty easy first of all install release that is for your platform (linux, window etc.), all of releases are underneath
after that extract it and run install.sh script or install.bat if ur on windows. Everything should work fine if not go to our discord support server (if link don't work go to our website and there it should work)