First push after merge, split and enhance both zOS and zputa
This commit is contained in:
25
apps/tbasic/basic_exectoks.h
Normal file
25
apps/tbasic/basic_exectoks.h
Normal file
@@ -0,0 +1,25 @@
|
||||
#ifndef __EXECTOKS_H_
|
||||
#define __EXECTOKS_H_
|
||||
|
||||
#include "basic_tokens.h"
|
||||
|
||||
extern short nextLineNum;
|
||||
|
||||
void resetTokenExecutor(void);
|
||||
void initTokenExecutor(char* space, short size);
|
||||
short varSize(void);
|
||||
void executeTokens(token* t);
|
||||
char executeStep(char* lineBuf, token* tokenBuf);
|
||||
void execBreak(void);
|
||||
void executeNonParsed(numeric count);
|
||||
void initParsedRun(void);
|
||||
void executeParsedRun(void);
|
||||
void setLastInput(short c);
|
||||
void dispatchInput(void);
|
||||
void dispatchDelay(void);
|
||||
void setDelay(numeric millis);
|
||||
char checkDelay();
|
||||
void dispatchBreak(void);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user