You stole my idea
Keep up the good work!

index = 0;
outString = ""
while index < len(byteString):
thisByteVal = ord(byteString[index])
if thisByteVal is a one-byte token:
outString += oneByteTokens[thisByteVal]
elif thisByteVal is the first byte of a two-byte token and index + 1 < len(byteString):
nextByteVal = ord(byteString[index+1])
outString += twoByteTokens[thisByteVal, nextByteVal]
index += 1
index += 1
hg clone https://ElectronicsGeek@bitbucket.org/ElectronicsGeek/wati
HTTP Error: 404 (Not Found)
Programming:
"Talk Less Do More!"
WAti:
[Y] Sort BB Repo Out
[] Get Detokenizer Working #Current task. Making OK progress.
[] Make Tokenizer
[] Get I/O with server working
[] Make Client Work
[] Final Debug
[] Distribution!
All Easier Said Than Done!
WAti:
[Y] Sort BB Repo Out
[Y] Get Detokenizer Working
[] Make Tokenizer
[] Get I/O with server working
[] Make Client Work
[] Final Debug
[] Distribution!
WAti:
[Y] Sort BB Repo Out
[Y] Get Detokenizer Working
[25%] Make Tokenizer
[] titokens OOP overhaul
[] Get I/O with server working
[] Make Client Work
[] Final Debug
[] Distribution!
bytearray(hex(byte_definition_from_tokens_dict)
Advertisement