Skip to content

Commit

Permalink
fixes , warning removal
Browse files Browse the repository at this point in the history
  • Loading branch information
thradams committed Jul 12, 2024
1 parent 9acc8c3 commit 5a007d9
Show file tree
Hide file tree
Showing 22 changed files with 6,358 additions and 5,796 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ The C Programming language Second Edition 1988

Cake is a compiler front end written from scratch in C, designed from the C23 language specification.
It allows you to translate newer versions of C, such as C23, to C99. Additionally, Cake provides a platform
for experimenting with new features for the C language, including extensions like lambdas, defer and static [ownership](ownership.html) checks.
for experimenting with new features for the C language, including extensions like lambdas, defer and static [object lifetime](ownership.html) checks.


# Web Playground
Expand Down
Loading

0 comments on commit 5a007d9

Please sign in to comment.