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
/
util.b
Age
Commit message (
Collapse
)
Author
2022-02-10
generating code for casts!
pommicket
2022-02-10
return, integer literals
pommicket
2022-02-10
fix some calling convention stuff
pommicket
2022-02-08
fixed #include -> #include in certain cases, found a new bug
pommicket
2022-02-04
parsing break, continue, return
pommicket
2022-02-02
arrays decay to pointers - also found bug
pommicket
2022-01-27
switch to using mmap for output file
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
commas starting to work
pommicket
2022-01-24
casts
pommicket
2022-01-24
little correction to parse_type
pommicket
2022-01-24
typedefs mostly working
pommicket
2022-01-21
more consterxprs
pommicket
2022-01-15
parsing/typing fixes
pommicket
2022-01-13
start parsing binary ops
pommicket
2022-01-13
simple expressions
pommicket
2022-01-12
bad float implementation
pommicket
2022-01-11
more float stuff
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
character constants
pommicket
2022-01-11
tokenizing integer literals
pommicket
2022-01-11
start tokenization
pommicket
2022-01-09
fix fmacro replacement
pommicket
2022-01-09
fmacros starting to work!
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