Skip to content
/ b3 Public

Reproducible builds, dev envs and deployments.

Notifications You must be signed in to change notification settings

kamadorueda/b3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🐂 Toros

An implementation of Nix in Rust.

CI/CD Documentation Coverage Version License

  • Syntax support:
  • Interpreter support:
    • Int
    • Binding (aliasing)
    • Let-in (flat bindings without interpolation like a = 123;)
    • Function (without destructuring and ellipsis)
    • Function Application
    • Deferred Values (Laziness)
  • Built-ins:
    • Addition (+)
  • Store interface:
    • Rust trait
  • Store implementations:
    • On Disk
    • S3-like
    • IPFS
  • Good error messages (location, message, call stack)
    • In CLI options/commands
    • Lexing/parsing errors
    • Evaluation errors

About

Reproducible builds, dev envs and deployments.

Topics

Resources

Stars

Watchers

Forks

Sponsor this project