Skip to content

Commit 865ba67

Browse files
committed
examples
1 parent 08f5e59 commit 865ba67

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Jacinda is a functional pattern sifting language,
2-
a smaller [AWK](http://www.awklang.org).
1+
Jacinda is a functional pattern filtering language,
2+
inspired by [AWK](http://www.awklang.org).
33

44
# Installation
55

@@ -32,7 +32,7 @@ Unix uses record separators in many places; we can display one entry in the
3232
echo $PATH | ja -F: "{|[x+'\n'+y]|>\`$}"
3333
```
3434

35-
Many Unix tools output much information separated with spaces. We use regular
35+
Many Unix tools output information separated with spaces. We use regular
3636
expressions to match relevant lines and then select the field with the data
3737
itself, viz.
3838

@@ -48,12 +48,12 @@ printenv | ja -F= '{%/^PATH/}{`2}'
4848

4949
# Documentation
5050

51-
See the [guide](https://vmchale.github.io/jacinda/), which contains a tutorial
51+
See the [guide](https://vmchale.github.io/jacinda/) (archived on [Hackage](https://hackage.haskell.org/package/jacinda/src/doc/guide.pdf), which contains a tutorial
5252
on some of the features as well as examples.
5353

54-
The manpages document the builtins and provide a syntax reference.
54+
The [manpages](https://hackage.haskell.org/package/jacinda/src/man/ja.1) document the builtins and provide a syntax reference.
5555

56-
See the [rosetta](./ROSETTA.md) showing AWK alongside.
56+
See the [rosetta](./ROSETTA.md) showing AWK alongside, or the [examples][./EXAMPLES.md] for its own capabilities.
5757

5858
# Status
5959

0 commit comments

Comments
 (0)