5 lignes
126 o
C
5 lignes
126 o
C
#include "state.h"
|
|
|
|
char* getCurrentToken(struct State* state) {
|
|
return state->prog->tokens[state->instructionPointer];
|
|
}
|