/top/
/new/
/best/
/ask/
/show/
/job/
^
slacker news
login
about
←back to thread
How I wrote a self-hosting C compiler in 40 days
(www.sigbus.info)
429 points
rui314
| 1 comments |
14 Dec 15 14:07 UTC
|
HN request time: 0s
|
source
Show context
peter303
◴[
14 Dec 15 16:36 UTC
]
No.
10732006
[source]
▶
>>10731002 (OP)
#
Long ago UNIX had compiler writing tools like yacc and lex. I wonder if they are useful for exercises like this.
replies(6):
>>10732067
#
>>10732084
#
>>10732219
#
>>10732591
#
>>10732595
#
>>10732964
#
1.
kayamon
◴[
14 Dec 15 18:00 UTC
]
No.
10732595
[source]
▶
>>10732006
#
C is actually easier to parse by hand because of its wacky declaration syntax.
ID:
GO
↑