Skip to content

v0.2.0

Latest
Compare
Choose a tag to compare
@srydell srydell released this 14 Jun 21:40
· 11 commits to main since this release

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