Skip to content

Commit

Permalink
[ icon ] Add icon
Browse files Browse the repository at this point in the history
  • Loading branch information
ice1000 committed Dec 16, 2019
1 parent f93480e commit ff74402
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/README.md
Expand Up @@ -24,6 +24,8 @@ For language description, please head to the [docs.rs][doc-rs] page.

## Resources

![](https://raw.githubusercontent.com/owo-lang/narc-rs/master/rustdoc/icon.svg?sanitize=true)

+ [Original Paper][paper] that Narc is based on
+ [Docs.rs][doc-rs] documentation
+ [IntelliJ Plugin][plugin], which can export your code as clickable HTML
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Expand Up @@ -6,6 +6,11 @@
+ Functions of `Subst` are now `self`-based methods
+ Move `ConHead` to `syntax::common`
+ Move `syntax::core::pat` to `check::pats::core`
+ Implement `simplify` for simple pattern match
+ Implement `check::pats::mat` for generating matches
+ Implement `unfold_func`
+ Group imports into a `use` tree (`merge_imports` in rustfmt)
+ Add icon

# 0.0.6

Expand Down
15 changes: 15 additions & 0 deletions rustdoc/icon.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/lib.rs
@@ -1,3 +1,6 @@
#![doc(
html_logo_url = "https://raw.githubusercontent.com/owo-lang/narc-rs/master/rustdoc/icon.svg?sanitize=true"
)]
/*!
Narc is a dependently-typed programming language with Agda
style dependent pattern matching.
Expand Down

0 comments on commit ff74402

Please sign in to comment.