Details
Description
The scanf function is only implemted or the future parser, but not the classic one. This leads to the possibility of non-backwards compatible code using this function.
As the implementation is trivial, I'd suggest adding the function to the classic parser.
Alternatively, the function could be extracted into the stdlib module, where consumers can take a versioned dependency.
Attachments
Issue Links
- links to