rswier / c4

C in four functions
GNU General Public License v2.0
9.7k stars 1.43k forks source link

Improve README.md #52

Open brianspiering opened 4 years ago

brianspiering commented 4 years ago

It would be helpful if the README had a longer description.

Something like:

A one-pass compiler for a subset of C, relying on a recursive-descent parser, doing the lexing, parsing and code generation in lockstep. The generated code, consisting of abstract machine instructions, is then executed by an instruction fetch and execute loop. https://news.ycombinator.com/item?id=22353532

dfzlovebc commented 2 years ago

definately