-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
essage=support TernaryExprs in esc; remove dependency on Unicode
--HG-- branch : com.mozilla.es4.smlnj extra : convert_revision : 04923cf4fa0d434efdabef2872c25b12b6b661cd
- Loading branch information
Showing
33 changed files
with
103 additions
and
278,996 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,33 +1,35 @@ | ||
#./esc1.sh tests/self/debug.es | ||
#./esc1.sh tests/self/ast.es | ||
#./esc1.sh tests/self/lex-char.es | ||
#./esc1.sh tests/self/lex-token.es | ||
#./esc1.sh tests/self/lex-scan.es | ||
#./esc1.sh tests/self/ast.es | ||
#./esc1.sh tests/self/parse-util.es | ||
#./esc1.sh tests/self/parse-ident.es | ||
#./esc1.sh tests/self/parse-expr.es | ||
#./esc1.sh tests/self/parse-ptrn.es | ||
#./esc1.sh tests/self/parse-type.es | ||
#./esc1.sh tests/self/parse-stmt.es | ||
./esc1.sh tests/self/parse-defn.es | ||
#./esc1.sh tests/self/parse-defn.es | ||
#./esc1.sh tests/self/parse-prgm.es | ||
#./esc1.sh tests/self/util-tamarin.es | ||
#./esc1.sh tests/self/esc1.es | ||
|
||
#./esc3.sh tests/self/debug.es | ||
#./esc3.sh tests/self/ast.es | ||
#./esc3.sh tests/self/lex-char.es | ||
#./esc3.sh tests/self/lex-token.es | ||
./esc3.sh tests/self/lex-scan.es | ||
#./esc3.sh tests/self/lex-scan.es | ||
#./esc3.sh tests/self/parse-util.es | ||
#./esc3.sh tests/self/parse-ident.es | ||
#./esc3.sh tests/self/parse-expr.es | ||
#./esc3.sh tests/self/parse-ptrn.es | ||
#./esc3.sh tests/self/parse-type.es | ||
#./esc3.sh tests/self/parse-stmt.es | ||
./esc3.sh tests/self/parse-defn.es | ||
#./esc3.sh tests/self/parse-prgm.es | ||
./esc3.sh tests/self/parse-prgm.es | ||
#./esc3.sh tests/self/util-tamarin.es | ||
#./esc3.sh tests/self/esc1.es | ||
|
||
/work/tamarin/bin/shell -Dinterp tests/self/debug.es.abc tests/self/lex-char.es.abc tests/self/lex-token.es.abc tests/self/lex-scan.es.abc tests/self/parse-util.es.abc tests/self/parse-ident.es.abc tests/self/parse-expr.es.abc tests/self/parse-ptrn.es.abc tests/self/parse-type.es.abc tests/self/parse-smtn.es.abc tests/self/parse-defn.es.abc tests/self/parse-prgm.es.abc tests/self/esc1.es.abc | ||
/work/tamarin/bin/shell -Dinterp tests/self/debug.es.abc tests/self/lex-char.es.abc tests/self/lex-token.es.abc tests/self/lex-scan.es.abc tests/self/parse-util.es.abc tests/self/parse-ident.es.abc tests/self/parse-expr.es.abc tests/self/parse-ptrn.es.abc tests/self/parse-type.es.abc tests/self/parse-stmt.es.abc tests/self/parse-defn.es.abc tests/self/parse-prgm.es.abc tests/self/util-tamarin.es.abc tests/self/esc1.es.abc | ||
|
||
zip abc tests/self/debug.es.abc tests/self/lex-char.es.abc tests/self/lex-token.es.abc tests/self/lex-scan.es.abc tests/self/parse-util.es.abc tests/self/parse-ident.es.abc tests/self/parse-expr.es.abc tests/self/parse-ptrn.es.abc tests/self/parse-type.es.abc tests/self/parse-stmt.es.abc tests/self/parse-defn.es.abc tests/self/parse-prgm.es.abc tests/self/esc1.es.abc tests/self/debug.es.ast tests/self/lex-char.es.ast tests/self/lex-token.es.ast tests/self/lex-scan.es.ast tests/self/parse-util.es.ast tests/self/parse-ident.es.ast tests/self/parse-expr.es.ast tests/self/parse-ptrn.es.ast tests/self/parse-type.es.ast tests/self/parse-stmt.es.ast tests/self/parse-defn.es.ast tests/self/parse-prgm.es.ast tests/self/esc1.es.ast | ||
zip abc tests/self/debug.es.abc tests/self/lex-char.es.abc tests/self/lex-token.es.abc tests/self/lex-scan.es.abc tests/self/parse-util.es.abc tests/self/parse-ident.es.abc tests/self/parse-expr.es.abc tests/self/parse-ptrn.es.abc tests/self/parse-type.es.abc tests/self/parse-stmt.es.abc tests/self/parse-defn.es.abc tests/self/parse-prgm.es.abc tests/self/util-tamarin.es.abc tests/self/esc1.es.abc tests/self/debug.es.ast tests/self/lex-char.es.ast tests/self/lex-token.es.ast tests/self/lex-scan.es.ast tests/self/parse-util.es.ast tests/self/parse-ident.es.ast tests/self/parse-expr.es.ast tests/self/parse-ptrn.es.ast tests/self/parse-type.es.ast tests/self/parse-stmt.es.ast tests/self/parse-defn.es.ast tests/self/parse-prgm.es.ast tests/self/util-tamarin.es.ast tests/self/esc1.es.ast tests/self/debug.es tests/self/lex-char.es tests/self/lex-token.es tests/self/lex-scan.es tests/self/parse-util.es tests/self/parse-ident.es tests/self/parse-expr.es tests/self/parse-ptrn.es tests/self/parse-type.es tests/self/parse-stmt.es tests/self/parse-defn.es tests/self/parse-prgm.es tests/self/util-tamarin.es tests/self/esc1.es |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,13 @@ | ||
cp $1.ast esc-tmp.ast | ||
cp $1.ast $1.1.ast | ||
make run-dumped FILE="tests/self/debug.es tests/self/ast.es tests/self/encoder.es tests/self/decoder.es tests/self/util.es tests/self/util-es4ri.es esc-tmp.ast tests/self/esc2.es" | ||
cp $1.ast $1.ast1 | ||
|
||
#make run-dumped FILE="tests/self/debug.es tests/self/ast.es tests/self/encoder.es tests/self/decoder.es tests/self/util.es tests/self/util-es4ri.es esc-tmp.ast tests/self/esc2.es" | ||
|
||
./esc.sh esc-tmp.es.ast | ||
|
||
/work/tamarin/bin/shell tests/self/debug.es.abc tests/self/ast.es.abc tests/self/esc-tmp.es.ast.abc tests/self/decoder.es.abc tests/self/encoder.es.abc tests/self/util-tamarin.es.abc tests/self/esc2.es.abc | ||
|
||
cp esc-tmp.ast $1.ast | ||
cp esc-tmp.ast $1.2.ast | ||
diff -s $1.1.ast $1.2.ast | ||
cp esc-tmp.ast $1.ast2 | ||
diff -s $1.ast1 $1.ast2 | ||
rm esc-tmp.ast |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.