TE
TechEcho
Home
24h Top
Newest
Best
Ask
Show
Jobs
English
GitHub
Twitter
Home
A very simple DSL implementation through Macros in C
1 points
by
ashishb4u
about 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
ashishb4u
about 15 years ago
its very basic, but i serve it as an example to explain how DSLs could be implemented.