Skip to content

Draft: Implement character type in interactive

Dominic Poerio requested to merge dpoe/lfortran:char_intrct into master

Attempting to close #285. These are the minimal changes so that character types in interactive do not error out. The behavior is not yet working as intended as nothing is actually printed when trying to evaluate character types in the REPL. Need to do some more in depth debugging to determine what the issue is.

Merge request reports