Skip to content

emhane/sonatina

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.
  • interpreter: Interpreter for sonatina IR, this is mainly for testing transformation passes.
  • ir: sonatina intermediate representation.
  • object: Provides abstract object file format for linker.
  • parser: Parser for sonatina IR, this is mainly for filecheck test.
  • triple: Provides target triple for smart contracts.

TODO

Test

Run test_all.sh.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 99.9%
  • Shell 0.1%