pikelang / Pike

Pike is a dynamic programming language with a syntax similar to Java and C. It is simple to learn, does not require long compilation passes and has powerful built-in data types allowing simple and really fast data manipulation.
http://pike.lysator.liu.se/
Other
194 stars 34 forks source link

Enable string import of single files. Throw error on failed import. #8

Closed mkrawczuk closed 5 years ago

mkrawczuk commented 5 years ago

Previously, string-style import would only work with pmod directories. Now it also works with single-file pmods. Additionally, the interpreter would be silent about invalid pathes. Now it throws an error if it fails to stat a path.