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.b
Age
Commit message (
Expand
)
Author
2022-02-05
start local declarations
pommicket
2022-02-04
bugfix, planning static variables
pommicket
2022-02-04
parsing break, continue, return
pommicket
2022-02-03
start parsing statements (not a lot yet)
pommicket
2022-02-02
arrays decay to pointers - also found bug
pommicket
2022-02-02
struct initializers, found some bugs (not fixed yet)
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-26
struct/union definitions
pommicket
2022-01-26
commas starting to work
pommicket
2022-01-26
more work, now it's broken
pommicket
2022-01-25
i forgot about commas ...
pommicket
2022-01-24
enums almost working
pommicket
2022-01-24
sizeof working?
pommicket
2022-01-19
type splitting
pommicket
2022-01-18
start typedefs
pommicket
2022-01-15
parsing/typing fixes
pommicket
2022-01-14
parsing fixes
pommicket
2022-01-14
some binop typing
pommicket
2022-01-13
simple expressions
pommicket
2022-01-12
"nice" floating-point literals seem to work
pommicket
2022-01-12
better float idea
pommicket
2022-01-12
bad float implementation
pommicket
2022-01-11
untested first stab at floats
pommicket
2022-01-11
full multiply
pommicket
2022-01-11
powers of 10
pommicket
2022-01-11
tokenizing string literals and identifiers
pommicket
2022-01-11
tokenizing integer literals
pommicket
2022-01-11
start tokenization
pommicket
2022-01-10
#include
pommicket
2022-01-09
#line, #pragma
pommicket
2022-01-09
start fmacro replacement
pommicket
2022-01-09
object-like macro replacement working?
pommicket
2022-01-08
reading function-like macros
pommicket
2022-01-08
start translation phase 4
pommicket
2022-01-08
preprocessing tokens
pommicket
2022-01-07
start C compiler
pommicket