Skip to content

Commit

Permalink
Update test1.rkt
Browse files Browse the repository at this point in the history
  • Loading branch information
emcardoso authored Oct 2, 2024
1 parent a6848c8 commit 8f54bc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/test1.rkt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#lang typed-peg-stack
#lang typed-peg-stack/untyped

start: push('0')~push('2')~(('a'){2 * top.tonat, infty} ){0,infty}

0 comments on commit 8f54bc9

Please sign in to comment.