Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

6
votes
5answers
343 views

Composable Grammars

There are so many programming languages which support the inclusion of mini-languages. PHP is embedded within HTML. XML can be embedded within JavaScript. Linq can be embedded within C#. Regular ...
2
votes
1answer
368 views

Convert Geometry/Path to Minilanguage String?

It's not too hard to track down how to programmatically convert path strings into path objects in WPF, but is there a built-in function to convert a geometry or path back to a string in the ...
1
vote
5answers
261 views

External library or mini-language for reading database schema?

I am considering writing a simple database application for my wife, but I'm hung up on good programming practice, and want to have a human readable source for storing the database schema. Only, I ...