Skip to content

Commit

Permalink
Rascal2BGF extractor finished: parses RascalRascal, generates a BGF g…
Browse files Browse the repository at this point in the history
…rammar

git-svn-id: https://slps.svn.sourceforge.net/svnroot/slps@897 ab42f6e0-554d-0410-b580-99e487e6eeb2
  • Loading branch information
grammarware committed Dec 9, 2010
1 parent 1e91782 commit 223e213
Show file tree
Hide file tree
Showing 4 changed files with 1,607 additions and 35 deletions.
10 changes: 10 additions & 0 deletions topics/extraction/rascal/Makefile
@@ -0,0 +1,10 @@
all:
./extract.py RascalRascal.rsc rascal.bgf
../../../shared/tools/validate bgf rascal.bgf
../../../shared/tools/bgf2bnf rascal.bgf rascal.bnf
../../../shared/tools/xbgf horizonalize.xbgf rascal.bgf rascal.hor.bgf
../../../shared/tools/validate bgf rascal.hor.bgf
../../../shared/tools/bgf2bnf rascal.hor.bgf rascal.hor.bnf

clean:
rm -f *.bgf *.bnf

0 comments on commit 223e213

Please sign in to comment.