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
/
preprocess.b
Age
Commit message (
Collapse
)
Author
2022-02-13
cleanup notes
pommicket
2022-02-13
first C hello world!
pommicket
2022-02-10
generating code for casts!
pommicket
2022-02-08
fixed #include -> #include in certain cases, found a new bug
pommicket
2022-02-08
fix declaring multiple variables after struct definition
pommicket
2022-02-08
more parsing tests, more fixes
pommicket
- #elif now actually works properly (hopefully) - fixed some array decaying bugs (hopefully), and generally simplified typing
2022-02-07
fix #elif line number problem with parse test
pommicket
2022-02-07
fix multi-line fmacro invocations
pommicket
2022-02-07
handle object macro definitions beginning with ( oops
pommicket
2022-02-07
handle fmacros with no parameters
pommicket
2022-02-07
defined in #if (forgot about that earlier)
pommicket
2022-01-24
#if
pommicket
2022-01-24
sizeof working?
pommicket
2022-01-11
start tokenization
pommicket
2022-01-10
ifdef/ifndef/else/endif
pommicket
2022-01-10
#include
pommicket
2022-01-10
macro replacement in #line directives
pommicket
2022-01-10
fix line numbering with fmacro invocations across multiple lines
pommicket
2022-01-10
pre-defined macros
pommicket
2022-01-10
more correction to match standard
pommicket
2022-01-10
make preprocessing behave a bit more like it should
pommicket
2022-01-09
#line, #pragma
pommicket
2022-01-09
more macro fixes, #undef
pommicket
2022-01-09
preprocessor fixes
pommicket
2022-01-09
almost done # and ##
pommicket
2022-01-09
corrected fmacro rescanning
pommicket
2022-01-09
fmacro # and ##
pommicket
2022-01-09
fix fmacro replacement
pommicket
2022-01-09
fmacros starting to work!
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