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

Commit

Permalink
Browse files Browse the repository at this point in the history
Add a port of the protoregex part of Cursor to work with 6model. Not …
…so many changes, mostly just where there was metamodel interaction.
  • Loading branch information
jnthn committed Jan 22, 2011
1 parent 661c631 commit 74764f9
Show file tree
Hide file tree
Showing 3 changed files with 479 additions and 8 deletions.
3 changes: 2 additions & 1 deletion src/Regex.pir
Expand Up @@ -11,12 +11,13 @@ 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'
.include 'src/Regex/Method.pir'
.include 'src/Regex/Dumper.pir'
.include 'src/Regex/Cursor2.pir'
.include 'src/Regex/Cursor2-protoregex-peek.pir'

.include 'src/PAST/Regex.pir'
.include 'src/PAST/Compiler-Regex.pir'
Expand Down

0 comments on commit 74764f9

Please sign in to comment.