nextflow-io / language-server

The Nextflow language server
Apache License 2.0
9 stars 0 forks source link

Add script/config -> groovy visitors #72

Open bentsherman opened 6 days ago

bentsherman commented 6 days ago

These visitors are responsible for performing the final conversion from script/config ASTs to groovy AST that is executable, i.e. can be compiled by Groovy into correct Java bytecode. Removed for now because it depends on several classes in the Nextflow runtimes. Might ultimately be moved into the Nextflow runtime.