Logo
~Apps~
~Projects~
~Contact~

Parser.cpp File Reference

#include <stdio.h>
#include <string.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <unistd.h>
#include <stdlib.h>
#include <ctype.h>
#include <stdarg.h>
#include "a.h"
#include "ParserIO.h"
#include "Parser.h"

Include dependency graph for Parser.cpp:

Go to the source code of this file.


Defines

#define DC   (m_current_data?m_current_data->data[m_dataptr]:0)

Variables

static char applesoft_tokens [][8]

Define Documentation

#define DC   (m_current_data?m_current_data->data[m_dataptr]:0)
 

Definition at line 874 of file Parser.cpp.


Variable Documentation

char applesoft_tokens[][8] [static]
 

Initial value:

{
        "END", "FOR", "NEXT", "DATA", "INPUT", "DEL", "DIM", "READ",
        "GR", "TEXT", "PR#", "IN#", "CALL", "PLOT", "HLIN", "VLIN",

        "HGR2", "HGR", "HCOLOR=", "HPLOT", "DRAW", "XDRAW", "HTAB", "HOME",
        "ROT=", "SCALE=", "SHLOAD", "TRACE", "NOTRACE", "NORMAL", "INVERSE", "FLASH",

        "COLOR=", "POP", "VTAB", "HIMEM:", "LOMEM:", "ONERR", "RESUME", "RECALL",
        "STORE", "SPEED=", "LET", "GOTO", "RUN", "IF", "RESTORE", "&",

        "GOSUB", "RETURN", "REM", "STOP", "ON", "WAIT", "LOAD", "SAVE",
        "DEF", "POKE", "PRINT", "CONT", "LIST", "CLEAR", "GET", "NEW",

        "TAB(", "TO", "FN", "SPC(", "THEN", "AT", "NOT", "STEP",
        "+", "-", "*", "/", "^", "AND", "OR", ">",
        "=", "<", "SGN", "INT", "ABS", "USR", "FRE", "SCRN(",
        "PDL", "POS", "SQR", "RND", "LOG", "EXP", "COS", "SIN",
        "TAN", "ATN", "PEEK", "LEN", "STR$", "VAL", "ASC", "CHR$",
        "LEFT$", "RIGHT$", "MID$", "", "", "", "", "",
        "", "", "", "", "", "", "", "",
        "", "", "", "", "", "(", "(", "("
}

Definition at line 16 of file Parser.cpp.

Referenced by main(), and Parser::read_file().

Page, code, and content Copyright (C) 2005 by Anders Hedström
Generated on Mon Aug 29 20:21:47 2005 for C++ Sockets by  doxygen 1.4.4