Git bookkeeping

This commit is contained in:
Bruce Hill 2022-04-04 13:44:01 -04:00
parent ee8fb64e97
commit c51a91c470
7 changed files with 13 additions and 0 deletions

1
.gitignore vendored
View File

@ -4,3 +4,4 @@ tags
bp
.*
!.gitignore
/Lua/builtins.h

View File

@ -0,0 +1 @@
xyyyyyy

View File

@ -0,0 +1 @@
{xyyyyyy}

View File

@ -0,0 +1,2 @@
# Left recursion should work
bp -p 'xys: (xys / `x) `y; xys => "{@0}"'

View File

@ -0,0 +1,3 @@
ab!
ab!c!
ab!cd!!

View File

@ -0,0 +1,3 @@
{ab!}
{ab!c!}
{ab!cd!!}

View File

@ -0,0 +1,2 @@
# Left recursion has some tricky edge cases like this:
bp -p 'foo: (foo / `a-z) (foo / `a-z) `!; foo => "{@0}"'