May, 2020

Remove python
article thumbnail

Python

Grumpy Gamer

I know you'll hate me for saying this, but Python is a mess. I love programming in Python, but holy crap-a-reno is dealing with all the modules a pain-in-the-ass-a-who. Then python 3 came out. Now I have a complete mess of modules on my machine. I have some modules that are system wide and others that are install just for me.

40
article thumbnail

GDScript progress report: Writing a tokenizer

Mircosoft Game Dev

This approach is also used by Python, so I'm not being revolutionary here. The new tokenizer will emit special tokens when it detects there's an indentation change and also a newline. Since GDScript is indentation based, this helps the parser identify the start and end of blocks.

Writing 52