First push after merge, split and enhance both zOS and zputa
This commit is contained in:
15
apps/tbasic/basic_tokenint.h
Normal file
15
apps/tbasic/basic_tokenint.h
Normal file
@@ -0,0 +1,15 @@
|
||||
#ifndef __TOKENINT_H_
|
||||
#define __TOKENINT_H_
|
||||
|
||||
extern token* curTok;
|
||||
extern token* prevTok;
|
||||
|
||||
char* getCurTokPos();
|
||||
void skipTokenInInput(char offset);
|
||||
char parseName(char checkCmd);
|
||||
char parseSymbol(void);
|
||||
char parseNumber(void);
|
||||
char parseNone();
|
||||
void setTokenError(char* pos, char code);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user