a language that gets compiled into c++
Some AI was used for small debugging
a language that gets compiled into c++
Some AI was used for small debugging
I created a programming language built on C++ that also compiles to C++. This was my largest C++ project and my first programming language project. Im planning to take this project further and I have big plans for it.
before shipping
what’s new?
thank you for reading this devlog
Log in to leave a comment
lots of things have happened since the last devlog for bread.
the programming language itself is near finsihed, it only needs some final touches but there are some BIG features coming.
Newly implemented features:
whopping new features dropped like:
currently, it is only for linux but im planning to implement some kind of windows functionality. currently the compiler can only be ran on windows but i will add the functionality to compile the bread file for windows. sadly the compiler wouldn’t work on windows because the way it writes files.
in the picture, you can see the mathematics functions being tested and the while loop being tested.
in todays update, i have added:
you can now write if statements like this:
if/foo/equals/bar
print/foo equals bar!!!
`endif/``
(assume there are line breaks there)
Log in to leave a comment
so for features, not a lot has happened but more of small changes.
i added
Log in to leave a comment