|
|
1.1 ! root 1: char *tokens[] = { ! 2: "+", /* PLUS */ ! 3: "-", /* MINUS */ ! 4: "^", /* EXP */ ! 5: "*", /* MUL */ ! 6: "/", /* DIV */ ! 7: "=", /* EQ */ ! 8: "<>", /* NE */ ! 9: "<=", /* LE */ ! 10: ">=", /* GE */ ! 11: ">", /* GT */ ! 12: "<", /* LT */ ! 13: "and", /* AND */ ! 14: "or", /* OR */ ! 15: "list", /* LIST */ ! 16: "del", /* DEL */ ! 17: "let", /* LET */ ! 18: "run", /* RUN */ ! 19: "to", /* TO */ ! 20: "for", /* FOR */ ! 21: "print", /* PRINT */ ! 22: "input", /* INPUT */ ! 23: "read", /* READ */ ! 24: "dim", /* DIM */ ! 25: ":", /* COLON */ ! 26: "(", /* LPAR */ ! 27: ")", /* RPAR */ ! 28: "[", /* LSQ */ ! 29: "]", /* RSQ */ ! 30: ",", /* COMMA */ ! 31: "goto", /* GOTO */ ! 32: "gosub", /* GOSUB */ ! 33: "return", /* RETURN */ ! 34: "end", /* END */ ! 35: "trace", /* TRACE */ ! 36: "notrace", /* NOTRACE */ ! 37: "rem", /* REM */ ! 38: "clear", /* CLEAR */ ! 39: "\"", /* QUOTE */ ! 40: "'", /* PRIME */ ! 41: "if", /* IF */ ! 42: "then", /* THEN */ ! 43: "step", /* STEP */ ! 44: "next", /* NEXT */ ! 45: "data", /* DATA */ ! 46: "ask", /* ASK */ ! 47: "left$(", /* LEFT */ ! 48: "right$(", /* RIGHT */ ! 49: "mid$(", /* MID */ ! 50: "len(", /* LEN */ ! 51: "chr$(", /* CHR */ ! 52: "ascii(", /* ASCII */ ! 53: "def", /* DEF */ ! 54: "fn", /* FN */ ! 55: "tab(", /* TAB */ ! 56: "stop", /* STOP */ ! 57: "on", /* ON */ ! 58: "log(", /* LOG */ ! 59: "exp(", /* EXPFN */ ! 60: "abs(", /* ABS */ ! 61: "atn(", /* ATN */ ! 62: "cos(", /* COS */ ! 63: "int(", /* INTFN */ ! 64: "option", /* OPTION */ ! 65: "base", /* BASE */ ! 66: "randomize", /* RANDOM */ ! 67: "rnd(", /* RND */ ! 68: "restore", /* RESTORE */ ! 69: "sin(", /* SIN */ ! 70: "sqr(", /* SQR */ ! 71: "tan(", /* TAN */ ! 72: "chain", /* CHAIN */ ! 73: "hgr", /* HGR */ ! 74: "hplot", /* HPLOT */ ! 75: "output", /* OUTPUT */ ! 76: "get", /* GET */ ! 77: "close", /* CLOSE */ ! 78: "open", /* OPEN */ ! 79: "arg$(", /* ARG */ ! 80: "#", /* SHARP */ ! 81: "system(", /* SYSTEM */ ! 82: "flush", /* FLUSH */ ! 83: "append", /* APPEND */ ! 84: "val(", /* VAL */ ! 85: "str$(", /* STR */ ! 86: "unblank$(", /* UNBLANK */ ! 87: "&", /* PRFORM */ ! 88: "using", /* USING */ ! 89: "upshift$(", /* UPSHIFT */ ! 90: "else", /* ELSE */ ! 91: "more", /* MORE */ ! 92: "sgn(", /* SGN */ ! 93: "rand(", /* RAND */ ! 94: 0 ! 95: };
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.