Releases: Tolc-Software/frontend.swift
Releases · Tolc-Software/frontend.swift
v0.2.0
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
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
This release gets updated with each commit to main