2016-02-14 14:57 GMT-02:00 Claude Heiland-Allen claude@mathr.co.uk:
hexloader is only need for 2 cases afaict:
- if you want an abstractions with '/' in the object name (not allowed by filesystems)
Is it really just the "/" character? And is this case independent from #2?
Because... we were talking here about other characters such as "<"
And also, I can load objects like [!/~] from the newest cyclone without [hexloader].
So I'm not sure about this.
- single-object externals with non-alphanumeric characters (not allowed in C identifiers)
Now, yeah, apparently, the greatest issue is how you build it...
cheers