Skip to content
This repository has been archived by the owner on Feb 3, 2021. It is now read-only.

Commit

Permalink
Include Regex::Cursor2 to allow testing/porting bits to 6model to start.
Browse files Browse the repository at this point in the history
  • Loading branch information
jnthn committed Jan 22, 2011
1 parent 7610524 commit d1002fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Regex.pir
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ This file brings together the various Regex modules needed for Regex.pbc .
=cut

.include 'src/Regex/Cursor.pir'
.include 'src/Regex/Cursor2.pir'
.include 'src/Regex/Cursor-builtins.pir'
.include 'src/Regex/Cursor-protoregex-peek.pir'
.include 'src/Regex/Match.pir'
Expand Down

0 comments on commit d1002fc

Please sign in to comment.