Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Render in Slinc dialect #206

Open
keynmol opened this issue Jun 18, 2023 · 0 comments
Open

Render in Slinc dialect #206

keynmol opened this issue Jun 18, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@keynmol
Copy link
Contributor

keynmol commented Jun 18, 2023

https://mhammons.gitlab.io/slinc/docs/usage/slinc-types.html

This will require a modification to overall code structure, we need to introduce Dialect:

enum Dialect:
  case Call(scala: ScalaDialect)
  case Export(scala: ScalaDialect)
  case Slinc(scala: ScalaDialect)

enum ScalaDialect:
  case Scala213, Scala3

and this dialect will need to be part of the Config and will affect rendering

@keynmol keynmol added the enhancement New feature or request label Jun 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant