DEV Community

Pogo Devlog Series' Articles

Back to Chig Beef's Series
Compiling Python to Go (Pogo Pt:1)
Cover image for Compiling Python to Go (Pogo Pt:1)

Compiling Python to Go (Pogo Pt:1)

1
Comments
3 min read
Creating a Target (Pogo Pt: 2)
Cover image for Creating a Target (Pogo Pt: 2)

Creating a Target (Pogo Pt: 2)

1
Comments 2
2 min read
Defining the Tokens (Pogo Pt: 3)
Cover image for Defining the Tokens (Pogo Pt: 3)

Defining the Tokens (Pogo Pt: 3)

1
Comments
3 min read
Lexing the Source (Pogo Pt: 4)
Cover image for Lexing the Source (Pogo Pt: 4)

Lexing the Source (Pogo Pt: 4)

2
Comments
6 min read
Upgrading Tokens (Pogo Pt: 5)
Cover image for Upgrading Tokens (Pogo Pt: 5)

Upgrading Tokens (Pogo Pt: 5)

1
Comments
3 min read
Parsing Python (Pogo Pt: 6)
Cover image for Parsing Python (Pogo Pt: 6)

Parsing Python (Pogo Pt: 6)

1
Comments
7 min read
Creating Python's AST (Pogo Pt:7)
Cover image for Creating Python's AST (Pogo Pt:7)

Creating Python's AST (Pogo Pt:7)

1
Comments
6 min read
Finally, Golang from Python (Pogo Pt:8)
Cover image for Finally, Golang from Python (Pogo Pt:8)

Finally, Golang from Python (Pogo Pt:8)

1
Comments
5 min read
Semantic Analysis (Pogo Pt:9)
Cover image for Semantic Analysis (Pogo Pt:9)

Semantic Analysis (Pogo Pt:9)

1
Comments 2
6 min read
Implementing Functions (Pogo Pt:10)
Cover image for Implementing Functions (Pogo Pt:10)

Implementing Functions (Pogo Pt:10)

Comments
3 min read
Line Numbers in Errors (Pogo Pt:11)
Cover image for Line Numbers in Errors (Pogo Pt:11)

Line Numbers in Errors (Pogo Pt:11)

Comments
3 min read
Validating Function Parameters (Pogo Pt:12)
Cover image for Validating Function Parameters (Pogo Pt:12)

Validating Function Parameters (Pogo Pt:12)

Comments
2 min read
Calling Functions (Pogo Pt:13)
Cover image for Calling Functions (Pogo Pt:13)

Calling Functions (Pogo Pt:13)

Comments
4 min read
Returning From Functions (Pogo Pt:14)
Cover image for Returning From Functions (Pogo Pt:14)

Returning From Functions (Pogo Pt:14)

Comments
4 min read
Compiler Cleanup (Pogo Pt:15)
Cover image for Compiler Cleanup (Pogo Pt:15)

Compiler Cleanup (Pogo Pt:15)

1
Comments
5 min read