Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: clojure language #36

Merged
merged 1 commit into from
Oct 1, 2021
Merged

feat: clojure language #36

merged 1 commit into from
Oct 1, 2021

Conversation

aldy505
Copy link
Member

@aldy505 aldy505 commented Oct 1, 2021

closes #24

@aldy505 aldy505 requested a review from elianiva October 1, 2021 17:36
@codecov
Copy link

codecov bot commented Oct 1, 2021

Codecov Report

Merging #36 (ae90c79) into master (7b20344) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##            master       #36   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           21        22    +1     
  Lines          806       824   +18     
  Branches        46        46           
=========================================
+ Hits           806       824   +18     
Impacted Files Coverage Δ
src/index.ts 100.00% <100.00%> (ø)
src/languages/clojure.ts 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 7b20344...ae90c79. Read the comment docs.

Copy link
Member

@elianiva elianiva left a comment

Choose a reason for hiding this comment

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

belom ada hashmap ({:foo "bar" :asdf "hjkl"}) / vector (#{1 2 3 4}) / keyword (:foo), but good enough

image

@elianiva elianiva merged commit f8b6c51 into master Oct 1, 2021
@elianiva elianiva deleted the feat/clojure branch October 1, 2021 21:31
@aldy505
Copy link
Member Author

aldy505 commented Oct 2, 2021

belom ada hashmap ({:foo "bar" :asdf "hjkl"}) / vector (#{1 2 3 4}) / keyword (:foo), but good enough

image

@elianiva can you open an issue for that, in english? I'm not home yet. thanks

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

Successfully merging this pull request may close these issues.

new language: Common Lisp + Clojure
2 participants