Skip to content
Snippets Groups Projects
Commit 9e70b738 authored by Esteban Prince, Liam (UG - Computer Science)'s avatar Esteban Prince, Liam (UG - Computer Science)
Browse files

Add new file

parent 3f6f78e8
No related branches found
No related tags found
No related merge requests found
def preprocess():
# Return the next token from the input
def getToken():
int lastChar = ' '
while isSpace(lastChar):
lastChar = getChar()
def parse():
preprocess():
tokenise()
isValid()
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment