Skip to content

Commit

Permalink
Add Unicode library code.
Browse files Browse the repository at this point in the history
  • Loading branch information
jemc committed Mar 4, 2022
1 parent c95c334 commit dd7b688
Show file tree
Hide file tree
Showing 4 changed files with 1,441 additions and 0 deletions.
13 changes: 13 additions & 0 deletions manifest.savi
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
:manifest lib Unicode
:sources "src/*.savi"

:manifest bin "spec"
:copies Unicode
:sources "spec/*.savi"

:dependency Spec v0
:from "github:savi-lang/Spec"
:depends on Map

:transitive dependency Map v0
:from "github:savi-lang/Map"
5 changes: 5 additions & 0 deletions spec/Main.savi
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
:actor Main
:new (env)
Spec.Process.run(env, [
Spec.Run(Unicode.Spec).new(env)
])
Loading

0 comments on commit dd7b688

Please sign in to comment.