Skip to content

Releases: Tolc-Software/frontend.swift

v0.2.0

14 Jun 21:40
Compare
Choose a tag to compare

News

Features

  • Make the public interface match frontend.{py,wasm}
Frontend::Objc::createModule(rootNamespace, moduleName);
Frontend::Swift::createModule(rootNamespace, moduleName);
  • Reduce the amount of symbols created. No need to create empty namespaces etc.

Misc

  • Better error handling while parsing operators

v0.1.0

11 Jun 15:36
Compare
Choose a tag to compare

News

Initial versioned release!

Features

  • Support for most C++ constructs to Objective-C

More details in docs:
See docs/public/examples.md for examples on how to use all of the above
See docs/public/conversions.md for references

All of the above is available on the documentation site aswell.

Latest release from main

11 Jun 15:36
Compare
Choose a tag to compare

This release gets updated with each commit to main