AdeptLanguage / Adept

The Adept Programming Language
GNU General Public License v3.0
120 stars 8 forks source link

`pragma default_stdlib` doesn't work with C headers #321

Closed ghost closed 6 months ago

ghost commented 6 months ago

With pragma default_stdlib '2.8', still need to use import '2.8/cmath.adept' instead of import 'cmath.adept'.

Update: import cmath worked!