Skip to content

Releases: Sweaterdog/YankoviC

v1.1.2

28 Sep 07:24
e880f55

Choose a tag to compare

Very Minor changes to YankoviC

What was improved / Fixed:

  • Fixed the UHF Library, the window was not displaying and ASCII / PNG modes did not work.

  • Fixed hardware_store (For Loops)

  • lunchbox structs can now be nested

  • lunchbox is now a valid return type

  • lunchbox can now be an accepted parameter in more nuanced situations

  • declaration and initialization of lunchboxes can now be in a single line

  • Easier to read error messages

  • Newlines (\n) now fixed

In other news:

YankoviC is now 100% Turing Complete!

There is an example for testing every single feature inside of YankoviC's examples folder

How to download

Download the .ZIP file, or .tar.gz if you want, and extract it.
Run the uninstaller provided to remove the old PATH to yankovic. Either uninstall.sh for Linux / MacOS, or uninstall.ps1 for Windows.
Then run the installer, Either install.sh for Linux / MacOS, or install.ps1 for Windows.

Full Changelog: v1.1.1...v1.1.2

v1.1.1

06 Jul 23:43

Choose a tag to compare

v1.1.1

The first stable release of YankoviC

What's Changed

  • Update to v1.1.0 by @Sweaterdog in #1
  • Made UHF more versatile
  • Added Like a server and Weird Wide Web for HTTP uses / web development
  • Added an AI feature via Pollinations, no API key needed to put LLMs in your YankoviC code.
  • Can now be added to PATH so run programs anywhere
  • More examples, some don't work unfortunately.

New Contributors

Full Changelog: https://github.com/Sweaterdog/YankoviC/commits/v1.1.1