Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
thradams committed Mar 6, 2024
1 parent 689d5b3 commit f078000
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 28 deletions.
18 changes: 5 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ The C Programming language Second Edition 1988
> _"As we said in the preface to the first edition, C "wears well as one's experience with it grows." With a decade more experience, we still feel that way."_

Me 2023
Me 2024

> _As my experience with any language grows, more a like C._
Expand Down Expand Up @@ -74,6 +74,7 @@ gcc -DTEST build.c -o build && ./build
```

## Emscripten build instructions (web)

Emscripten https://emscripten.org/ is required.

First do the normal build.
Expand Down Expand Up @@ -108,7 +109,8 @@ See [Manual](manual.html)
# Road map

* Ownership static analysis
*
* Fixes
* Ownership specification

# References

Expand Down Expand Up @@ -149,12 +151,8 @@ DISCORD SERVER

[https://discord.gg/YRekr2N65S](https://discord.gg/YRekr2N65S)

# Status?

At version 0.5.13 we have 58 types of errors (we have more messages sharing the
same type) and 14 warnings/info.

# How cake is tested?
# How cake is developed?

I am using Visual Studio 2022 IDE to write/debug cake source. Cake is parsing itself using
the includes of MSVC and it generates the *out* dir after build.
Expand Down Expand Up @@ -186,12 +184,6 @@ features in a way they can be experimented even before standardization.












Expand Down
23 changes: 8 additions & 15 deletions src/web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,10 @@ <h1>Cake - C23 and Beyond</h1>
<a href="#toc_12">Participating</a>
</li>
<li>
<a href="#toc_13">Status?</a>
<a href="#toc_13">How cake is developed?</a>
</li>
<li>
<a href="#toc_14">How cake is tested?</a>
</li>
<li>
<a href="#toc_15">Differences from CFront</a>
<a href="#toc_14">Differences from CFront</a>
</li>
</ul>
<p>The C Programming language 1978</p>
Expand All @@ -80,7 +77,7 @@ <h1>Cake - C23 and Beyond</h1>
<p><em>&quot;As we said in the preface to the first edition, C &quot;wears well as one&#39;s experience with it grows.&quot; With a decade more experience, we still feel that way.&quot;</em></p>
</blockquote>

<p>Me 2023</p>
<p>Me 2024</p>

<blockquote>
<p><em>As my experience with any language grows, more a like C.</em></p>
Expand Down Expand Up @@ -173,8 +170,9 @@ <h1 id="toc_8">Running cake at command line</h1>
<h1 id="toc_9">Road map</h1>

<ul>
<li>Ownership static analysis
*</li>
<li>Ownership static analysis</li>
<li>Fixes</li>
<li>Ownership specification</li>
</ul>

<h1 id="toc_10">References</h1>
Expand Down Expand Up @@ -217,12 +215,7 @@ <h1 id="toc_12">Participating</h1>

<p><a href="https://discord.gg/YRekr2N65S">https://discord.gg/YRekr2N65S</a></p>

<h1 id="toc_13">Status?</h1>

<p>At version 0.5.13 we have 58 types of errors (we have more messages sharing the
same type) and 14 warnings/info.</p>

<h1 id="toc_14">How cake is tested?</h1>
<h1 id="toc_13">How cake is developed?</h1>

<p>I am using Visual Studio 2022 IDE to write/debug cake source. Cake is parsing itself using
the includes of MSVC and it generates the <em>out</em> dir after build. </p>
Expand All @@ -232,7 +225,7 @@ <h1 id="toc_14">How cake is tested?</h1>
<p>Cake source code is not using any extension so the output is the same of input.
This compilation is useful for tracking errors together with the unit tests.</p>

<h1 id="toc_15">Differences from CFront</h1>
<h1 id="toc_14">Differences from CFront</h1>

<p>CFront was the original compiler for C++ which converted C++ to C. </p>

Expand Down

0 comments on commit f078000

Please sign in to comment.