Skip to content

A code transformation and in the future compiler for C# that makes DCI possible in C#. The transformation technique used is based on the work done for both Marvin and maroon and uses Roslyn for the heavy lifting

License

runefs/Interact

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Interact

A code transformation and in the future compiler for C# that makes DCI possible in C#. The transformation technique used is based on the work done for both Marvin and maroon and uses Roslyn for the heavy lifting

Contributing

  • All example projects should be able to compile and run
  • All tests should pass
  • All class have to be immutable. That is all fields are declared as readonly

About

A code transformation and in the future compiler for C# that makes DCI possible in C#. The transformation technique used is based on the work done for both Marvin and maroon and uses Roslyn for the heavy lifting

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages