Skip to content

Commit

Permalink
parser must parse, not optimise!
Browse files Browse the repository at this point in the history
git-svn-id: https://slps.svn.sourceforge.net/svnroot/slps@163 ab42f6e0-554d-0410-b580-99e487e6eeb2
  • Loading branch information
grammarware committed Aug 15, 2008
1 parent eda334c commit 632bea4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shared/tools/runasfsdfparser
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ elif [ ! -r $1 ]; then
exit 1
fi

cat $1 | python ${SDF}/pre.py | sglr -p ${SDF}/FL.tbl | asfe -e ${SDF}/FL.eqs | unparsePT | python ${SDF}/post.py > $2
cat $1 | python ${SDF}/pre.py | sglr -p ${SDF}/FL.tbl -A | unparsePT | python ${SDF}/post.py > $2

0 comments on commit 632bea4

Please sign in to comment.