Showing items from Software Engineering

How to specify features when dealing with textual DSLs

Today I will be discussing how to do specify features when dealing with textual DSLs. There is nothing more soul draining than a feature that takes forever to implement because the scope is not well defined. The problem is that there is no standard way to specify a language without diving into grammars and formal semantics.

Continue Reading