MCPcopy Create free account
hub / github.com/geekcomputers/Python / Token

Class Token

Assembler/assembler.py:39–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37
38# class for represent a token
39class Token:
40 def __init__(self, token, t):
41 self.token = token
42 self.t = t
43
44
45# def initRegister():

Callers 2

scannerFunction · 0.85
parserFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected