Hacker News new | ask | show | jobs
by BobVerg 4592 days ago
Parser generators? What's next? Java/C# instead of C?
3 comments

http://pragprog.com/the-pragmatic-programmer/extracts/tips

    Write Code That Writes Code
    Code generators increase your productivity and help avoid duplication.
Next we'll use mix twice and partially evaluate a compiler generator ;)
You've obviously never heard of yacc and lex then or bison?