Iltotore / cylang

The pseudo-code-based programming language of CYTech
Mozilla Public License 2.0
7 stars 0 forks source link

ScalaNative support: Remove Scanner usages #33

Closed Iltotore closed 2 years ago

Iltotore commented 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.

This is the only place where Scanner is used.

Tasks:

Useful links: