Skip to content

Commit

Permalink
add a list-based stack implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
muqiuhan committed Mar 10, 2024
1 parent b40d878 commit fddda21
Show file tree
Hide file tree
Showing 2 changed files with 435 additions and 0 deletions.
7 changes: 7 additions & 0 deletions stack/moon.pkg.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"import": [
{ "path": "moonbitlang/core/assertion", "alias": "assertion" },
{ "path": "moonbitlang/core/list", "alias": "list" },
{ "path": "moonbitlang/core/array", "alias": "array" }
]
}
Loading

0 comments on commit fddda21

Please sign in to comment.