1
0
mirror of https://github.com/RevCurtisP/C02.git synced 2024-06-28 19:29:39 +00:00
C02/stmnt.h

13 lines
466 B
C
Raw Permalink Normal View History

/************************************
* C02 Statement Compiling Routines *
************************************/
2017-05-01 01:17:50 +00:00
char asnvar[VARLEN+1]; //Assigned Variable Name
char asnidx[VARLEN+1] ; //Assigned Variable Index
2017-06-27 00:16:23 +00:00
int asnivt; //Assigned Index Variable Type
char xstmnt[LINELEN]; //Required Statement
2017-05-01 01:17:50 +00:00
void endblk(); //End Program Block
void pstmnt(); //Parse and Compile Program Statement