Skip to content

Commit

Permalink
Replace dependency colored with custom solution
Browse files Browse the repository at this point in the history
  • Loading branch information
fmease committed Sep 18, 2023
1 parent 7f2ac29 commit 8ed9adc
Show file tree
Hide file tree
Showing 38 changed files with 2,380 additions and 1,969 deletions.
41 changes: 19 additions & 22 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ It's planned to support
* side effects via monads or algebraic effects (undecided ^^')
* “type classes” via implicit record parameters
* a deriving mechanism through a dependently-typed generics system
* a coercion system for representationally equal types (in respect to memory layout)
* a coercion system for representationally equal types (with respect to memory layout)
* C-FFI at run-time and at compile-time
* opt-in laziness
* abstract definitions by default (bindings in types that don't reduce / aren't normalized outside of their defining module / defined reach)
Expand Down
1 change: 0 additions & 1 deletion compiler/ast/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ edition = "2021"
publish = false

[dependencies]
colored = "2.0.0"
diagnostics = { path = "../diagnostics" }
index_map = { path = "../../project/library/index_map" }
joinery = "3.1.0"
Expand Down
Loading

0 comments on commit 8ed9adc

Please sign in to comment.