Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 848 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 848 Bytes

NQuery vNext

This is a Roslyn inspired rewrite of NQuery. The goals are:

  1. Expose the internals of the compiler as an object model to support building advanced editor features.

  2. Maintain language parity with the previous version.

  3. Utilize modern idioms to simplify implementation of the compiler.

Getting NQuery

If you want to play with the bits, you need to add the following feed to your NuGet configuration:

https://nuget.pkg.github.com/terrajobst/index.json

You can do this by using the package manager dialog.