Skip to content

Commit

Permalink
Merge pull request #9 from DilsonHiga/main
Browse files Browse the repository at this point in the history
Updating headers of all files
  • Loading branch information
lukewilliamboswell authored Jun 26, 2024
2 parents 2e390ff + a6ba15b commit e8b1f01
Show file tree
Hide file tree
Showing 12 changed files with 5,407 additions and 5,420 deletions.
17 changes: 7 additions & 10 deletions examples/simple.roc
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
app "example"
packages {
cli: "https://github.com/roc-lang/basic-cli/releases/download/0.8.1/x8URkvfyi9I0QhmVG98roKBUs_AZRkLFwFJVJ3942YA.tar.br",
unicode: "../package/main.roc", # use release URL (ends in tar.br) for local example, see github.com/roc/unicode/releases
}
imports [
cli.Stdout,
unicode.CodePoint,
]
provides [main] to cli
app [main] {
pf: platform "https://github.com/roc-lang/basic-cli/releases/download/0.11.0/SY4WWMhWQ9NvQgvIthcv15AUeA7rAIJHAHgiaSHGhdY.tar.br",
unicode: "../package/main.roc", # use release URL (ends in tar.br) for local example, see github.com/roc/unicode/releases
}

import pf.Stdout
import unicode.CodePoint

word = "ẇ͓̞͒͟͡ǫ̠̠̉̏͠͡ͅr̬̺͚̍͛̔͒͢d̠͎̗̳͇͆̋̊͂͐"

Expand Down
20 changes: 9 additions & 11 deletions package/Grapheme.roc
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
interface Grapheme
exposes [
Grapheme,
split,
]
imports [
CodePoint.{ CodePoint, Utf8ParseErr },
InternalGBP.{ GBP },
InternalCP.{ fromU32Unchecked },
InternalEmoji,
]
module [
Grapheme,
split,
]

import CodePoint exposing [CodePoint, Utf8ParseErr]
import InternalGBP exposing [GBP]
import InternalCP exposing [fromU32Unchecked]
import InternalEmoji

## Extended Grapheme Cluster
Grapheme : InternalGBP.GBP
Expand Down
Loading

0 comments on commit e8b1f01

Please sign in to comment.