Initial data commit
This commit is contained in:
parent
72d218235f
commit
f23f22d71c
199087 changed files with 3378941 additions and 0 deletions
|
|
@ -0,0 +1,7 @@
|
|||
@(choose :shortest x)
|
||||
@x:@y
|
||||
@(or)
|
||||
@x<--@y
|
||||
@(or)
|
||||
@x+@y
|
||||
@(end)
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
@(all)
|
||||
@x:y@
|
||||
@z<-@w
|
||||
@(and)
|
||||
@(output)
|
||||
We have a match: (x, y, z, w) = (@x, @y, @z, @w).
|
||||
@(end)
|
||||
@(end)
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
@# match a line which contains some piece of text x
|
||||
@# after the rightmost occurence of : such that the same piece
|
||||
@# of text also occurs at the start of the line preceded by -->
|
||||
@(all)
|
||||
@*junk:@x
|
||||
@(and)
|
||||
-->@x@/.*/
|
||||
@(end)
|
||||
Loading…
Add table
Add a link
Reference in a new issue