Skip to content

CharlesHenry/ServerGeneratorLanguage

Repository files navigation

ServerGeneratorLanguage

A domain-specific programming language used to easily automatically generate a server based system along with a working GUI


The main files that this project consists of are as follows:

  1. Grammar definition (Xtext): org.xtext.example.sgl/src/org/xtext/example/mydsl/ServerGeneratorLanguage.xtext

  2. Sourcecode generator model (coded in Xtend): org.xtext.example.sgl/src/org/xtext/example/mydsl/generator/ServerGeneratorLanguageGenerator.xtend

The other files in this project can be automatically generated using Eclipse IDE and the Xtend/Xtend framework.


The executable version (Eclipse plugin) of this software can be download here: https://www.dropbox.com/s/l5rgyw55c9t8nbt/ServerGeneratorLanguage.zip

About

A domain-specific programming language used to easily automatically generate Java source code for a server based system.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors