Timeline for Organization of DLL linked functions
Current License: CC BY-SA 3.0
7 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Jun 10, 2014 at 13:55 | comment | added | Doc Brown | @m25: here blogs.perl.org/users/jeffrey_kegler/2012/08/… is an entry point for Perl, and here stackoverflow.com/questions/1547782/mini-languages-in-python one for Python. But if you prefer something different, just google "create dsl with <language of your choice>" | |
| Jun 10, 2014 at 13:47 | comment | added | Doc Brown | @m25: choose a meta format or DSL which fits best to your environment. It could be a plain and simple text file, an XML file, a C-like description similar to a CORBA-IDL spec, a machine-readable UML diagram (if you use CASE tools). Your choice should depend on the tools you have experience with. For example, if you can use a scripting language like Perl or Python for the code generator, there are tons of libraries available for parsing text files, XML files or even a complete language. | |
| Jun 10, 2014 at 13:26 | comment | added | m25 | I was actually referring to the compact meta format. I had heard of code generation but had never heard much or tried to implement it. Thanks for the link and the tips. I like the code generation idea. thanks for your help! | |
| Jun 9, 2014 at 21:27 | comment | added | Doc Brown | @m25: really, you have never heard of code generation? Maybe you have heard of buzzwords like "domain specific languages". I recommend to get a copy of "The pragmatic programmer", there you will find tips like this one: pragmatictips.com/29 | |
| Jun 9, 2014 at 21:24 | history | edited | Doc Brown | CC BY-SA 3.0 |
added 83 characters in body
|
| Jun 9, 2014 at 17:22 | comment | added | m25 | I can't say I've ever heard of this process before. Do you know of another post or a site where there is information on this process? | |
| Jun 9, 2014 at 16:49 | history | answered | Doc Brown | CC BY-SA 3.0 |