Oleg-N-Cher / OfrontPlus

Oberon family of languages to C translator for ARM, x64 and x86 architectures
Other
55 stars 11 forks source link

In.Mod added, Strings.Mod edited for In.Mod #76

Closed kekcleader closed 4 years ago

kekcleader commented 4 years ago

I noticed module Strings does not use the declaration of types like INTEGER = SYSTEM.INT16 etc. (yet?) So I was required to import Reals and SYSTEM in it.

Probably that needs some testing.