Skip to content

Commit

Permalink
Implement tr-compiler-v3 enumeration compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
SarcasticNastik committed Aug 21, 2022
1 parent a2f39e9 commit f9901ab
Show file tree
Hide file tree
Showing 3 changed files with 476 additions and 6 deletions.
4 changes: 2 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1120,7 +1120,7 @@ mod prelude {
pub use alloc::{
borrow::{Borrow, Cow, ToOwned},
boxed::Box,
collections::{vec_deque::VecDeque, BTreeMap, BinaryHeap},
collections::{vec_deque::VecDeque, BTreeMap, BTreeSet, BinaryHeap},
rc, slice,
string::{String, ToString},
sync,
Expand All @@ -1130,7 +1130,7 @@ mod prelude {
pub use std::{
borrow::{Borrow, Cow, ToOwned},
boxed::Box,
collections::{vec_deque::VecDeque, BTreeMap, BinaryHeap, HashMap, HashSet},
collections::{vec_deque::VecDeque, BTreeMap, BTreeSet, BinaryHeap, HashMap, HashSet},
rc, slice,
string::{String, ToString},
sync,
Expand Down
Loading

0 comments on commit f9901ab

Please sign in to comment.