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
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 😘