axellang / axel

Haskell + Lisp
https://axellang.github.io
BSD 3-Clause "New" or "Revised" License
205 stars 9 forks source link

What happens when files don't have explicit module declarations? #64

Closed jgrosso closed 4 years ago

jgrosso commented 4 years ago

Currently, the macro expansion code will error at runtime. However, if we do decide to require all Axel files to contain explicit module declarations, we should check for this and give an appropriate error message.