Return
Styles:
Pseud0ch
,
Terminal
,
Valhalla
,
NES
,
Geocities
,
Blue Moon
.
Entire thread
Really Hard /prog/ Challenge
1
Name:
Anonymous
2010-07-24 16:33
Write a C compiler. It doesn't have to follow any rules/syntax/standards except to compile "hello world" and fibs.
6
Name:
Anonymous
2010-07-25 2:38
Just wrote this one:
http://pastebin.com/z8eW9ZZP
- Reads from stdin, and writes Intel-style 80386 assembler to a.s
- No type checking. No pointer support
- Only 32bit signed int is available
- Limited program control(only if, for, and while available)
Compiles this:
http://pastebin.com/nnFC7fae
To this:
http://pastebin.com/BcQfbQPj
Newer Posts
Don't change these.
Name:
Email:
Entire Thread
Thread List