Skip to content

vsalvis/mpde

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

163 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Yin-Yang: Transparent Embedding of Deep DSLs

Yin-Yang is a macro library that provides the infrastructure for easy development of deeply embedded DSLs.

Deep embedding of DSLs requires complex types, disallows debugging, and imposes long compilation times. Yin-Yang uses a regular Scala interface (shallow embedding) for the DSL and automatically convert it into the deep embedding by using Scala macros.

The project is still in early development. Any ideas, desires, pull requests and bug reports are very welcome. We dicourage you to use it in production environment.

Development

To build this project you will need SBT 0.12.x

To use Eclipse in sbt type the command eclipse to create Eclipse project files:

> eclipse

In Eclipse use the Import Wizard to import Existing Projects into Workspace

About

Library for deep embedding of DSLs based on Scala macros.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Scala 99.3%
  • Shell 0.7%