Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
emcardoso committed Jun 17, 2022
1 parent 967e73e commit 40671ea
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions examples/test12.rkt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#lang typed-peg

K <-- (epsilon '3') / (epsilon '2');
C <-- ('2' / E) (! K);
E <-- ('1' / '3') ('3' / C);
start: (epsilon C) *

0 comments on commit 40671ea

Please sign in to comment.