Testing out JmonkeyEngine to make a game in Scala with Akka Actors within a pure FP layer
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

45 lines
795 B

4 years ago
  1. package ammonite
  2. package $file.src.main.resources
  3. import _root_.ammonite.interp.api.InterpBridge.{
  4. value => interp
  5. }
  6. import _root_.ammonite.interp.api.InterpBridge.value.{
  7. exit
  8. }
  9. import _root_.ammonite.interp.api.IvyConstructor.{
  10. ArtifactIdExt,
  11. GroupIdExt
  12. }
  13. import _root_.ammonite.runtime.tools.{
  14. browse,
  15. grep,
  16. time,
  17. tail
  18. }
  19. import _root_.ammonite.repl.tools.{
  20. desugar,
  21. source
  22. }
  23. import _root_.ammonite.main.Router.{
  24. doc,
  25. main
  26. }
  27. import _root_.ammonite.repl.tools.Util.{
  28. pathScoptRead
  29. }
  30. import ammonite.$file.src.main.resources.{
  31. dep
  32. }
  33. object hello{
  34. /*<script>*/import $file.$
  35. import dep.Test
  36. /*<amm>*/val res_2 = /*</amm>*/new Test(1)
  37. /*</script>*/ /*<generated>*/
  38. def $main() = { scala.Iterator[String]() }
  39. override def toString = "hello"
  40. /*</generated>*/
  41. }