Closed Iltotore closed 2 years ago
The java.util.Scanner class is not supported by ScalaNative yet. To make CYLang ScalaNative-compatible, we need to substitute all Scanner usages.
java.util.Scanner
Scanner
This is the only place where Scanner is used.
Tasks:
InputStream
nextLine
Useful links:
The
java.util.Scanner
class is not supported by ScalaNative yet. To make CYLang ScalaNative-compatible, we need to substitute allScanner
usages.This is the only place where Scanner is used.
Tasks:
Scanner
class taking anInputStream
to readnextLine
method returning the next line in the InputStream.Useful links: