Skip to content
This repository has been archived by the owner on Jan 8, 2024. It is now read-only.

Add structured trees to preprocessor #224

Open
wants to merge 9 commits into
base: dev
Choose a base branch
from
Open

Add structured trees to preprocessor #224

wants to merge 9 commits into from

Conversation

matt-o-how
Copy link

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

@coveralls-official
Copy link

coveralls-official bot commented Sep 1, 2023

Pull Request Test Coverage Report for Build 6084706666

  • 42 of 49 (85.71%) changed or added relevant lines in 1 file are covered.
  • 1 unchanged line in 1 file lost coverage.
  • Overall coverage increased (+0.03%) to 79.824%

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

💛 - Coveralls

Copy link

@prozacchiwawa prozacchiwawa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Neat.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants