Writing Domain Specific Languages in Boo: Chapter 10 - Creating professional DSL - Table of Contents

time to read 1 min | 79 words

An incomplete list of subjects for the 10th chapter.

The editor environment

  • Color highlighting
  • Intellisense
  • Sharp Develop
  • Visual Studio

DSL Code Generation

  • The Code DOM Provider for Boo
  • Specific DSL Writers

Graphical UI

  • Displaying the DSL
  • Saving DSL modifications
  • The value of a graphical front end

Errors and warnings handling

Debugging

Dealing with the large scale - what the hell is going on?