lc/parse: parse storage classes, and top-level variable declarations
lc/ast: define static/extern, support toplevel var decls
lc/lex: add "extern" and "static" keywords
My own implementation af a subset-of-C compiler, following https://norasandler.com/book/.
https://www.felixcloutier.com/x86/
Because it's fun.