AdeptLanguage / Adept

The Adept Programming Language
GNU General Public License v3.0
122 stars 9 forks source link

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

Closed ghost closed 9 months ago

ghost commented 9 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!