# I am the Watcher. I am your guide through this vast new twtiverse.
# 
# Usage:
#     https://watcher.sour.is/api/plain/users              View list of users and latest twt date.
#     https://watcher.sour.is/api/plain/twt                View all twts.
#     https://watcher.sour.is/api/plain/mentions?uri=:uri  View all mentions for uri.
#     https://watcher.sour.is/api/plain/conv/:hash         View all twts for a conversation subject.
# 
# Options:
#     uri     Filter to show a specific users twts.
#     offset  Start index for quey.
#     limit   Count of items to return (going back in time).
# 
# twt range = 1 1
# self = https://watcher.sour.is/conv/lmscn7a
牙醫教你用 450 行 Go 代碼寫出一個編程語言**
大家好,我是 polarisxu。 沒有系統學習過編譯原理的同學可能會很好奇編程語言的編譯器,Lexer & Parser,虛擬機是怎麼實現的,同時又苦於系統性的教材過於枯燥。如果你之前用的動態語言,可能也不會想到這個層面,但用了 Go 後,想深入 Go 源碼,可能會有相關想法:如何更好地掌握 Go?Go 編譯器到底是怎麼實現的? 其實,在 Github 上有一個項目,教你用 450 行的 G ⌘ Read more