com.github.gchudnov.bscript.rewriter.internal.FindState.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of bscript-rewriter_3 Show documentation
Show all versions of bscript-rewriter_3 Show documentation
AST Evaluation & Debugging.
The newest version!
package com.github.gchudnov.bscript.rewriter.internal
private[rewriter] final case class FindState()
private[rewriter] object FindState:
def make(): FindState =
FindState()