Disabled external gits
This commit is contained in:
12
cs320-clp/src/amyc/utils/Context.scala
Normal file
12
cs320-clp/src/amyc/utils/Context.scala
Normal file
@@ -0,0 +1,12 @@
|
||||
package amyc.utils
|
||||
|
||||
// Contains a reporter and configuration for the compiler
|
||||
case class Context(
|
||||
reporter: Reporter,
|
||||
files: List[String],
|
||||
printTokens: Boolean = false,
|
||||
printTrees: Boolean = false,
|
||||
printNames: Boolean = false,
|
||||
interpret: Boolean = false,
|
||||
help: Boolean = false
|
||||
)
|
Reference in New Issue
Block a user