This website requires JavaScript.
Explore
Help
Sign In
TouchInstinct
/
BuildScript
Watch
308
Star
0
Fork
You've already forked BuildScript
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
eda1151342
BuildScript
/
scripts
/
parser
/
token.py
5 lines
95 B
Python
Raw
Blame
History
class
Token
(
)
:
def
__init__
(
self
,
content
,
type
)
:
self
.
content
=
content
self
.
type
=
type
Reference in New Issue
View Git Blame
Copy Permalink