~laumann/lc

almost a C compiler
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

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~laumann/lc
read/write
git@git.sr.ht:~laumann/lc

You can also use your local clone with git send-email.

#a C compiler

My own implementation af a subset-of-C compiler, following https://norasandler.com/book/.

#References

https://www.felixcloutier.com/x86/

#Why?

Because it's fun.