30/10/2021 (things i learned)

- using https://code.golf to run list all cpython keywords and builtins `import keyword; print(keyword.kwlist)`

- rst reStructured Text, tables, headers etc cuz cpython uses it lol

- uuish python changed their keyword generators

lol definitely not the first one with the idea

- hmm, so now u have to update two regular expressions to get it working. btw this is the solution to the error message above But what's up with this RAISE_INDENTATION_ERROR from the grammar file?

- i seee, with improved error messages come more work hehe, but all good, i know how to overcome, just dont replace the keywords like `a='for'`

- lol i wonder what's triggering the CD player reader in my laptop

- OK Jawi for python 3.11.0a1+ works, EXCEPT FOR 'untuk'|'ونتوق'? what's the problem omw

- oof IDLE doesn't support RTL properly :/ such a shame

- i am very offended at how low they gave me for the vacation web app. what do they expect us to work full time to meet arbitrary "user friendly" requirements just for the app to be never used ever again?

https://en.wikipedia.org/wiki/Hindu%E2%80%93Arabic_numeral_system

- hehe lucky i had experience and noticed that the length of keywords are important which allowed me to debug cpython parser not accepting certain keywords (CUZ THEY WERE TOO LONG) and that they calculate length in more than one line of code now, but all still in c_generator.py

- OHHHH They froze/freezed site.py `<module 'site' (frozen)>`, so have to `make` again to update ahhh, took at least 30 mins to resolve this xD

- OH MY WOWWW~ shared it with others already :3

- i seee, now i need to figure out how to do jawi normalization too... haih why my keyboard doesn't follow wikipedia... i wonder what's the history behind these character differences ك ڬ ݢ ک

- hehehe found a cpython buggg, helpful error messages arrow doesn't point correctly for RTL text, but wow this would be extremely difficult to fix imo, maybe it's my terminal display's fault too

- omg jawi programs look beautiful...

- with syntax highlighting, pheww wow... the isprime function in python