summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMatthew Sotoudeh <matthew@masot.net>2023-07-26 10:53:27 -0700
committerMatthew Sotoudeh <matthew@masot.net>2023-07-26 10:53:27 -0700
commitf35b7e32809c5d54850ce75c4dad1a8598235cf0 (patch)
treea741ac273b8109db35b2abd59423a5efe6293a04 /docs
parent36fc249a02eb0ef32d3bc1d4e596683b64b1eb5f (diff)
simplify code a fair bit
Diffstat (limited to 'docs')
-rw-r--r--docs/CHIBICC_MODS.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/CHIBICC_MODS.txt b/docs/CHIBICC_MODS.txt
index ab733ba..13d314a 100644
--- a/docs/CHIBICC_MODS.txt
+++ b/docs/CHIBICC_MODS.txt
@@ -3,7 +3,6 @@ we're attempting to stay as close to mainline chibicc as possible
at a high level, the major changes made are:
- strip out most of proprocess.c, as we're OK with using GCC's preprocessor
(still need preprocess.c, as it handles parsing of literals)
-- add a typegen.c, which runs before codegen & outputs the typedefs
- replace codegen.c to output C instead of assembly
to support these, ended up making some changes to the rest of the files. these
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback