sonatina-object 0.0.3-alpha

Object file for sonatina code generator
Documentation
  • Coverage
  • 0%
    0 out of 1 items documented0 out of 0 items with examples
  • Size
  • Source code size: 2.34 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 966.02 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 10s Average build duration of successful builds.
  • all releases: 10s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • fe-lang/sonatina
    53 11 11
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • Y-Nak

Sonatina

Sonatina is a compiler backend specialized for smart contracts.

Sonatina is really early stage in development, so do NOT use it for production!

Project layout

sonatina consists of several crates.

  • codegen: The main crate of sonatina, providing builder for IR modules and functions, optimization passes, instruction selection DAG, and binary code emitting.
  • filecheck: Provides test runner for filecheck and test fixtures.
  • parser: Parser for sonatina IR, this is mainly for filecheck test.
  • object: Provides abstract object file format for linker.
  • triple: Provides target triple for smart contracts.

TODO

Test

Run test_all.sh.