Skip to content

Commit

Permalink
no test
Browse files Browse the repository at this point in the history
  • Loading branch information
linsyking committed Apr 2, 2023
1 parent 2f7968a commit 0f4024c
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions examples/syn.meow
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,6 @@ dr(x,y,z) {
z
}

rep_test() {
"dd" = "d";
var x = {"dddd"};
var y = "dddd";
"x=" + x + ",y=" + y
}

encode(s) {
var rep = {
"\" = "\\";
Expand All @@ -46,13 +39,6 @@ decode(s) {
rep
}

test_code() {
var s = "\ab\^^^cd\$$$^$^$^";
var enc = encode(s);
var dec = decode(enc);
dec
}

eq(x,y) {
encode(x) = "F";
encode(y) = "T";
Expand Down

0 comments on commit 0f4024c

Please sign in to comment.