Chia-Network / clvm_tools_rs_fork

Modern Chialisp compiler implemented in Rust
Apache License 2.0
3 stars 9 forks source link

Add structured trees to preprocessor #224

Open matt-o-how opened 1 year ago

matt-o-how commented 1 year ago

Converts #(a b c) into (a b . c)

coveralls-official[bot] commented 1 year ago

Pull Request Test Coverage Report for Build 6084706666


Changes Missing Coverage Covered Lines Changed/Added Lines %
src/compiler/sexp.rs 42 49 85.71%
<!-- Total: 42 49 85.71% -->
Files with Coverage Reduction New Missed Lines %
src/compiler/sexp.rs 1 75.43%
<!-- Total: 1 -->
Totals Coverage Status
Change from base Build 6028353730: 0.03%
Covered Lines: 11426
Relevant Lines: 14314

💛 - Coveralls