You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-6
Original file line number
Diff line number
Diff 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).
3
3
4
4
# Installation
5
5
@@ -32,7 +32,7 @@ Unix uses record separators in many places; we can display one entry in the
32
32
echo $PATH | ja -F: "{|[x+'\n'+y]|>\`$}"
33
33
```
34
34
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
36
36
expressions to match relevant lines and then select the field with the data
37
37
itself, viz.
38
38
@@ -48,12 +48,12 @@ printenv | ja -F= '{%/^PATH/}{`2}'
48
48
49
49
# Documentation
50
50
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
52
52
on some of the features as well as examples.
53
53
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.
55
55
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.
0 commit comments