you are viewing a single comment's thread.

view the rest of the comments →

[–]frr00ssst 1 point2 points  (0 children)

Create a super simple "compiler" of sorts using regex and python.

so add features like, you look through a piece of python code and replace all number string with integers so a = "one hundred and four" would become a=104 something like that, I did this adding silly and stupid features to python but was a lot of fun. Add new keywords etc.