index
:
bootstrap.git
trunk
Bootstrapping a C compiler from scratch
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
05
/
main.c
Age
Commit message (
Collapse
)
Author
2022-02-07
parsing calls, mostly
pommicket
2022-02-06
using function names
pommicket
2022-02-06
function parameters, fix local variables
pommicket
2022-02-06
switch, for
pommicket
2022-02-06
do
pommicket
2022-02-06
while
pommicket
2022-02-05
local variables in expressions
pommicket
2022-02-05
braced initializers in local declarations
pommicket
2022-02-05
start local declarations
pommicket
2022-02-05
block static variables seem to be working
pommicket
2022-02-05
start local static declarations
pommicket
2022-02-04
parse goto, case
pommicket
2022-02-04
parsing break, continue, return
pommicket
2022-02-03
start parsing statements (not a lot yet)
pommicket
2022-02-03
dereferencing function pointers
pommicket
2022-02-03
parsing C is annoying
pommicket
2022-02-02
fixed cast parsing bug
pommicket
i hope casts weren't at a different precedence level for a reason
2022-02-02
arrays decay to pointers - also found bug
pommicket
2022-02-02
struct initializers, found some bugs (not fixed yet)
pommicket
2022-02-02
union initializers, fix bug with array initializers
pommicket
2022-02-02
array initializers more or less working
pommicket
2022-02-02
various simplifications, start array initializers
pommicket
2022-02-02
string literal initializers, global variable expressions
pommicket
2022-02-01
start string initializers
pommicket
2022-01-29
little corrections
pommicket
2022-01-29
normal (i.e. non-brace) initializers
pommicket
2022-01-28
start top level decls - also oops forgot about sizeless arrays
pommicket
2022-01-27
switch to using mmap for output file
pommicket
2022-01-27
sizeof structs and structs-in-structs working
pommicket
2022-01-27
fix problem with casts immediately followed by operators
pommicket
2022-01-27
structs mostly working
pommicket
2022-01-26
struct/union definitions
pommicket
2022-01-26
restore casts, sizeof
pommicket
2022-01-26
commas starting to work
pommicket
2022-01-26
more work, now it's broken
pommicket
2022-01-25
starting to move things around; nothing broken yet seemingly
pommicket
2022-01-25
i forgot about commas ...
pommicket
2022-01-25
enums working
pommicket
2022-01-24
enums almost working
pommicket
2022-01-24
casts
pommicket
2022-01-24
#if
pommicket
2022-01-24
typedefs mostly working
pommicket
2022-01-24
sizeof working?
pommicket
2022-01-23
conditionals seemingly working
pommicket
2022-01-23
practically done eval
pommicket
2022-01-23
more eval
pommicket
2022-01-21
more consterxprs
pommicket
2022-01-21
more constepxrs
pommicket
2022-01-21
start array types (const expr evaluation)
pommicket
2022-01-21
function types
pommicket
[prev]
[next]