TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

A very simple DSL implementation through Macros in C

1 pointsby ashishb4uabout 15 years ago
I tries to write a very simple DSL implementation through Macros in C. This DSL lets children do some mathematical calculations and print them! Very basic, but i serve it as an attempt to teach people about DSLs effectively.

1 comment

ashishb4uabout 15 years ago
its very basic, but i serve it as an example to explain how DSLs could be implemented.